.top-banner-wrapper{
    width:100%;
    overflow:hidden;
}


.top-banner-swiper{
    width:100%;
}


.top-banner-swiper img{

    width:100%;
    height:auto;
    display:block;

}



@media(min-width:769px){

    .top-banner-swiper img{

        aspect-ratio:1699 / 400;
        object-fit:cover;

    }

}



@media(max-width:768px){

    .top-banner-swiper img{

        aspect-ratio:363 / 180;
        object-fit:cover;

    }

}