.cvdo-fl-carousel-1-slide {
    position: relative;
}

.cvdo-fl-carousel-1-slide:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.cvdo-fl-carousel-1-img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    position: absolute;
}

.cvdo-fl-carousel-1-info {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
}

.cvdo-fl-carousel-1-url {
    background: transparent;
    color: #fff;
    border: 1px solid;
    display: block;
}

.cvdo-fl-carousel-1-url:hover {
    background: #fff;
    color: #000;
    border: 1px solid;
}

[data-fl-type="Carousel1"] .lSGallery {
    margin-top: 1px !important;
}

[data-fl-type="Carousel1"] .lSGallery li {
    position: relative;
}

[data-fl-type="Carousel1"] .lSGallery li:before {
    content: "";
    display: block;
    padding-top: 75%;
}

[data-fl-type="Carousel1"] .lSGallery li img {
    right: 0;
    width: 100%;
    height: 100% !important;
    bottom: 0;
    left: 0;
    top: 0;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    position: absolute;
}

@media (min-width: 768px) {
    .cvdo-fl-carousel-1-slide:before {
        padding-top: 50%;
    }
    
    .cvdo-fl-carousel-1-info {
        bottom: auto;
        top: 0;
        width: auto;
    }
    
    .cvdo-fl-carousel-1-url { 
        display: inline-block;
    }
}