.swiper-wrapper {
  max-height: 250px;
}

.swiper-slide {
  width: auto;
  height: 100%;
}

.swiper-slide > img {
  height: 100%;
}

.swiper-slide > div {
  position: absolute;
  bottom: 0;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(0,0,0,0.75);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1.825rem;
  color: white;
}

@media (min-width: 481px) {
  .swiper-wrapper {
    max-height: unset;
  }
}