.fullpage-swiper {
  width: 100vw;
  height: 80vh;
    overflow: hidden;

}
.fullpage-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}
/* pagination bullets */
.fullpage-swiper .swiper-pagination-bullet {
  background: rgba(255,255,255,0.8);
}