.swiper-container {
  width: 100%;
  height:80vw;
  position: relative;
}

.swiper-container .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper-pagination-bullets {
  bottom:3vw !important;
}