.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.swiper-slide-img {
    display: block!important;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
}