/* Add custom CSS styles below */ 
@media (max-width: 600px) {
  .swiper.s-slider-container,
  .swiper-slide .bg-center,
  .s-block--hero-slider.swiper-slide,
  .swiper-slide.swiper-slide-fully-visible.swiper-slide-active {
    height: 220px !important;
    max-height: 220px !important;
  }

  salla-slider button {
    background-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: none !important;
  }

  salla-slider button {
    background-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: none !important;
  }

  salla-slider button[disabled] {
    background-color: transparent !important;
  }

  salla-slider button[disabled] svg {
    color: transparent !important;
    fill: transparent !important;
  }
}