[data-content-type='slider'].pagebuilder-slider,
[data-content-type='slider'].slick-slider {
    min-height: 0 !important;
}

[data-content-type='slider'].pagebuilder-slider {
    visibility: visible !important;
}

[data-content-type='slider'].pagebuilder-slider:not(.slick-initialized) > [data-content-type='slide']:not(:first-child) {
    display: none;
}

[data-content-type='slider'] .slick-list {
    overflow: hidden;
    min-height: 0 !important;
}

[data-content-type='slider'] .slick-track,
[data-content-type='slider'] .slick-slide,
[data-content-type='slider'] .slick-slide > div,
[data-content-type='slider'] [data-content-type='slide'] {
    min-height: 0 !important;
}

[data-content-type='slider'] .pagebuilder-slide-wrapper {
    aspect-ratio: 1240 / 300;
    background-color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover !important;
    min-height: 0 !important;
    width: 100%;
}

[data-content-type='slider'] .pagebuilder-overlay,
[data-content-type='slider'] .pagebuilder-poster-overlay {
    min-height: 0 !important;
}

@media only screen and (min-width: 640px) and (max-width: 900px) {
    [data-content-type='slider'] .pagebuilder-slide-wrapper {
        aspect-ratio: 728 / 300;
    }
}

@media only screen and (max-width: 639px) {
    [data-content-type='slider'] .pagebuilder-slide-wrapper {
        aspect-ratio: 375 / 281;
        background-size: 100% 100% !important;
    }
}
