


@media only screen and (max-width: 1000px) {

  .main {
    padding-right: 0;
    width: 100vw;
  }

  .swiper {
    height: 100vh !important;
  }

  .img-wrapper {
    padding-left: 0;
    padding-right: 0;
    height: 100vh !important;
    max-height: 100vh;
  }

  .swiper-slide img {
    max-width: inherit;
    max-height: inherit;
  }



}
