@charset "utf-8";
/* CSS Document */
/* @media (max-width: 767.98px) and (min-height: 731px) {
    html,
    body {
      height: 90%;
    }
    .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      height: calc((100% - 30px) / 2) !important;
      max-height:210px;
    }
  }
  @media (max-width: 767.98px) and (max-height: 732px) {
    html,
    body {
      height: 90%;
    }
    .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      height: calc((100% - 30px) / 2) !important;
      max-height:210px;
    }
  }
  @media (max-width: 767.98px) and (max-height: 570px) {
    html,
    body {
      height: 90%;
    }
    .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      height: calc((100% - 30px) / 2) !important;
      max-height:210px;
    }
  } */