.mySwiper3 {
      width: 100%;
    }
.mySwiper {
      width: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-slide {
      width: 80%;
    }

    .swiper-slide:nth-child(2n) {
      width: 60%;
    }

    .swiper-slide:nth-child(3n) {
      width: 40%;
    }
    
@media (max-width:767px) {




}


@media(min-width:768px) and (max-width:991px) {



}


@media(min-width:992px) {



}


@media(min-width:1200px) {
	


.mySwiper3 {

    }
.mySwiper {

    }
}