.edit-mode-carousel-images {
    display: block;
    height: 200px;
}

.edit-mode-carousel-images > img {
    height: 100px;
    width: auto;
}

.main-carousel {
    height: 100%;
}

.carousel-cell {
    display: block;
    width: 100%;
    /* max-width: 50%; */
    height: 100%;
    /* max-height: 100%; */
    margin-right: 10px;
}

/* .main-carousel > img:not(:last) */