<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 575px) {
  .carousel-item img {
    max-width: 100% !important;
    height: auto;
  }
  .slick-list .slick-track {
    position: static !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .slick-list .slick-track .banner-carousel-item {
    width: 100% !important;
  }
  .banner-carousel-item .slick-slide {
    width: 100% !important;
    padding: 15%;
    height: auto !important;
  }
}
</pre></body></html>