@charset "utf-8";

.swiper__content {
  position: relative;
  padding: 0;
  width: min(100%, 700px);
  margin: 0 auto 50px;
}

.swiper {
  display: flex;
  /* aspect-ratio: 32 / 21; */
}

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

.swiper-pagination {
  bottom: -24px !important;
}

.swiper-button-prev {
  left: -40px;
}

.swiper-button-next {
  right: -40px;
}
