@charset "utf-8";

.swiper__content {
  width: min(100%, 800px);
  margin: 0 auto 50px;
  aspect-ratio: 16/9;
  object-fit: contain;
}

video {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  bottom: 0;
}

 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -20px;
 }
