@charset "utf-8";

.swiper__content {
  width: min(100%, 700px);
  margin: 0 auto 50px;
  margin-block: 50px;
}

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

.swiper {
  /* height: 500px;*/
  width: 100%;
  aspect-ratio:35 / 24;
  object-fit: cover;
}

/* @media screen and (max-width: 1000px) {
  .swiper {
    height: 45vw;
  }
}

@media screen and (max-width: 425px) {
  .swiper {
    height: 55vw;
  }
} */

.swiper-wrapper {
  max-width: 700px;
}

.swiper-slide {
  height: auto;
}
