html,
body {
  height: 100% !important;
}
header {
  transition: background-image 1s ease-in-out;
}

.swiper-button-next{
  display: none !important;
}

.swiper-button-prev{
  display: none !important;
}

/* .swiper-pagination{
  display: none !important;
} */

.swiper-pagination{
  position: static !important;
}