.swiper-container {
  max-width: 90vw;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-wrapper {
  max-height: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide img {
  display: block;
  width: 100%;
}
