/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
.sn_slider_gallery {
  overflow: hidden;
}
.sn_slider_gallery .swiper {
  overflow: visible;
}
.sn_slider_gallery .swiper-slide {
  width: auto;
}
.sn_slider_gallery .swiper:not(.swiper-initialized) .swiper-wrapper {
  margin-right: -1rem;
}
.sn_slider_gallery .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  margin-right: 1rem;
}
.sn_slider_gallery .swiper:not(.swiper-initialized) .swiper-slide {
  height: 17.0625rem;
}
@media only screen and (min-width: 48em) {
  .sn_slider_gallery .swiper:not(.swiper-initialized) .swiper-slide {
    height: 22.5rem;
  }
}
@media only screen and (min-width: 62em) {
  .sn_slider_gallery .swiper:not(.swiper-initialized) .swiper-slide {
    height: 36.625rem;
  }
}
.sn_slider_gallery__i img {
  height: 17.0625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 48em) {
  .sn_slider_gallery__i img {
    height: 22.5rem;
  }
}
@media only screen and (min-width: 62em) {
  .sn_slider_gallery__i img {
    height: 36.625rem;
  }
}