/*
* 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_flyer_slider {
  overflow: hidden;
}
.sn_flyer_slider .swiper {
  overflow: visible;
  padding-bottom: 1.875rem;
}