/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 24 2026 | 22:16:58 */
@media (max-width: 768px) {
  .swiper-container,
  .swiper {
    width: 100% !important;
    overflow: hidden !important;
  }

  .swiper-slide {
    width: 100% !important;
    min-width: 100% !important;
  }

  .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}