.banners-collection {
    --b-c-gap: var(--banners-collection-gap, 10px);
}
.banners-collection .elementor-element {
    margin-bottom: var(--b-c-gap) !important;
}
.banners-collection .ce-image-gallery {
    gap: var(--b-c-gap);
}

.banners-collection .ce-gallery-item {
    position: relative;
}
.banners-collection .ce-gallery-caption {
    position: absolute;
    inset: 0;
    top: auto;
    font-size: clamp(.5rem, 2.5vw, 2.25rem);
    font-weight: 600;
    background: rgb(148 129 97 / 75%);
}
.banners-collection .elementor-widget-image-gallery.right-side-caption .ce-gallery-caption {
    left: auto;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.banners-collection .ce-gallery-caption:not(:has(*)),
.banners-collection .ce-gallery-caption:has(>*:empty) {
    display: none;
}
.banners-collection .ce-gallery-caption a {
    color: white;
    padding: .5rem;
    min-height: clamp(1rem, 7vw, 6.625rem);
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden; */
}