.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


  .swiper-slide_2 img {
      display: block;
      width: 100%;
      height: 300px!important;
      object-fit: cover;
    }

    .swiper {
      width: 100%;
      height: 500px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
      padding-bottom: 10px;
    }

    .mySwiper2 {
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    /*.mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }*/

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
/*      height: 100%;*/
      object-fit: cover;
    }

    .swiper-button-prev, .swiper-button-next{
      background: #000000bf;
    /* height: 100%; */
    /* top: 0px; */
    bottom: 0px;
    box-shadow: 0px 0px 61px 35px black;
    color: white;
    font-size: 10px;
    }

    .swiper-button-prev:after, .swiper-button-next:after {
      font-size: 24px;
    }
