#content #homeSlider .swiper .img-fluid{
    height: 100%;
    object-fit: cover;
}
#content #homeSlider .swiper{
    height: 1080px;
}


@media screen and (max-width: 1500px){

    #content #homeSlider .swiper{
        height: 980px;
    }

}

@media screen and (max-width: 1400px){

    #content #homeSlider .swiper{
        height: 800px;
    }

}

@media screen and (max-width: 1200px){

    #content #homeSlider .swiper{
        height: 700px;
    }

}
