.mySwiper3 {
      width: 100%;
    }
.mySwiper {
      width: 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 {
      width: 80%;
    }

    .swiper-slide:nth-child(2n) {
      width: 60%;
    }

    .swiper-slide:nth-child(3n) {
      width: 40%;
    }
    
@media (max-width:767px) {

.mySwiper3 {height: 410px;}
.mySwiper {height: 320px;}


}


@media(min-width:768px) and (max-width:991px) {



}


@media(min-width:992px) {

.mySwiper3 {height: 410px;}
.mySwiper {height: 866px;}

}


@media(min-width:1200px) {
	


.mySwiper3 {

      height: 410px;
    }
.mySwiper {

      height: 866px;
    }
}