.cf-slider-container-b5bfc946 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
}

.cf-slide-b5bfc946 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    /* Default fallback, will be overridden by Elementor controls if set */
    transition: opacity 0.5s ease-in-out;
}

.cf-slide-b5bfc946.active {
    opacity: 1;
    z-index: 2;
}

.cf-slide-b5bfc946 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}