  swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    swiper-slide img {
    
      width: 100%;
      height: 100%;
      object-fit: cover;
    }





    .mySwiper {
      height: 260px;
      width: 100%;
    }

    .mySwiper2 {
      height: 50px;
      box-sizing: border-box;

    }

    .mySwiper2 swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper2 .swiper-slide-thumb-active {
      opacity: 1;
    }
