.is-style-shadow-slider {
    width: calc(90% + 2rem) !important;
    max-width: calc(900px + 2rem) !important;
}
.is-style-shadow-slider .swiper-slide{
    box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0,0,0,0.1);
}
.is-style-shadow-slider .swiper-container{
    padding:2rem 1rem;
    box-sizing: border-box;
}
.is-style-shadow-slider .swiper-pagination {
    margin-top: 1rem;
}
.is-style-shadow-slider .swiper-buttons {
    width: calc(100% - 2rem);
    left: 1rem;
  }

@media only screen and (min-width: 990px) {
    .is-style-shadow-slider .swiper-buttons {
      width: calc(100% + 6rem);
      left: -3rem;
    }
  }