.swiper {
    /* width: 800px; */
    /* height: 450px; */

    /* width: 1067px; */
    /* height: 600px; */

    /* width: 1200px; */
    /* height: 675px; */

    /* width: 1300px;
    height: 731px; */

    /* NOTE: For autoHeight to work, disable width & height CSS */

    /* max-width: 1200px; */
    /* max-width: 100%; */
    /* max-height: 1000px; */
}

.swiper .swiper-slide {
    /* height: auto; */
}
  
.swiper-slide img {
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
    border-radius: 15px;
}