.swiper.image-swiper {
    width: 100%;
    height: 100%;
}

.image-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
    transition-timing-function: linear;
}

.image-swiper .swiper-slide {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-swiper .swiper-slide img {
    max-width: 200px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
}