/*.seasonal-category {
  overflow-x: hidden;
}*/
#seasonal-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: auto;
    height: 100%;
    pointer-events: none;
}
.dot{
  width:35px;
  height:35px;
  position:absolute;
  background-size: 100% 100%;
  background-size: contain !important;
}