.swiper-container{
    width:100%;
    overflow:hidden;
    height:100vh;
}

.swiper-slide{
    overflow:hidden;
    width:100%;
}
.swiper-wrapper img{
    width:100%;
    height: 100%;
}

@media (max-width:576px){
    .swiper-container{
        height:100%;
    }
    .swiper-wrapper img{
        width:100%;
        height: 100%;
    }
}
