
.swiper-container {
  width: 600px;
  height: 540px;
}

.swiper-slide {
  overflow: hidden;
}

video {
  /*margin-left: calc((100vw - (100vh * 1.7))/2);
  margin-right: calc((100vw - (100vh * 1.7))/2);*/
  min-height: 540px;
  min-width: 600px;
}

@media (min-aspect-ratio: 16/9) {
  video {
    margin-left: 0;
  }
}

.swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
}



.swiper-button-prev,
.swiper-button-next {
  color: white;
}