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

.swiper-wrapper {
  display: flex;
  height: auto;
}

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