body,
html {
  height: 100%;
}
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  html,
  body {
    height: auto !important;
  }
}
