.carousel {
    min-height: 72px;
    overflow: hidden;
    background: #fff;
    transition: height .18s ease;
}

.carousel .slide {
    overflow: hidden;
}

.carousel .slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #fff;
}

