/* ==========================================================================
   CAROUSELS & SLIDERS - Owl Carousel & Sponsor Reel
   ========================================================================== */

/* Owl Carousel Base */
.owl-stage {
    display: flex;
}

/* Sponsor Reel */
.sponsor-reel {
    width: 90%;
    margin: auto !important;
    float: right;
}

.sponsor-reel .owl-stage-outer {
    padding-top: 25px !important;
}

.sponsor-reel.eltdf-image-gallery.eltdf-image-behavior-custom-link .eltdf-ig-image a:hover:after {
    opacity: 0 !important;
}

.sponsor-reel a:hover {
    transform: scale(1.3);
}

.eltdf-image-gallery .eltdf-ig-image a, 
.eltdf-image-gallery .eltdf-ig-image img {
    float: center !important;
    width: 150px !important;
    height: auto;
}

/* Video Layout */
.eltdf-video-layout1-item .eltdf-ni-video-button:after {
    border-radius: 50%;
    padding: 5px;
    font-size: 32px;
    top: calc(100% - 65px);
    left: 10px;
}
