.multirow-carousel.slider {
  scroll-snap-type: x mandatory;
}

.multirow-carousel__slide {
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.multirow-carousel__slide .image-with-text__grid {
  min-height: 28rem;
}

@media screen and (min-width: 750px) {
  .multirow-carousel__slide .image-with-text__grid {
    min-height: 32rem;
  }
}

.multirow-carousel .slideshow__controls {
  margin-top: 1.5rem;
}

.multirow-carousel .slideshow__controls--top {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
