/**handles:block-acf-image-slider**/
@media (max-width: 999px) {
  .image-slider {
    overflow: hidden;
  }
}
.image-slider .swiper-image-slider {
  overflow: visible;
}
.image-slider .swiper-image-slider .swiper-wrapper .swiper-slide {
  width: auto;
  margin-bottom: 40px;
}
.image-slider .swiper-image-slider .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 40vh;
}
.image-slider .swiper-image-slider .swiper-prev,
.image-slider .swiper-image-slider .swiper-next {
  top: 50%;
  margin-top: -70px;
}/*# sourceMappingURL=image-slider.css.map */