.custom-gallery.owl-carousel {
    width: 100vw;
    max-width: 100vw;
    height: 55vh;
    min-height: 300px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.custom-gallery .owl-stage-outer {
    height: 100%;
    overflow: visible;
}

.custom-gallery .owl-stage {
    height: 100%;
    display: flex;
    align-items: center;
}

.custom-gallery .owl-item {
    height: 100%;
}

.custom-gallery .gallery-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.custom-gallery .gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}