/* Add-on styles for the "Primus Difference, as told by Residents" Owl video slider.
   Replicated exactly from the ?stage build. Loaded only on the homepage. */

/* Hide the old (non-owl) testimonials slider, as done on ?stage */
.primus-slider-wrapper.two_in_desktop {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.testimonials_videos_container {
    margin: 0 65px;
}

.testimonials_video_wrapper img {
    border-radius: 25px;
}

.testimonials_video_wrapper {
    position: relative;
    /* width: 45%; */
}

.testimonials_video_wrapper a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/primus/assets/images/home/icons/youtube-playbtn.webp) center / 50px no-repeat;
    z-index: 3;
}

#testimonials_video_slider .item.custom_video_wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

#testimonials_video_slider .owl-nav {
    display: flex;
    margin-top: 35px;
    justify-content: center;
    gap: 25px;
}

@media(max-width:768px) {
    .testimonials_videos_container {
        margin: auto;
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 95%;
    }

    #testimonials_video_slider .owl-nav {
        gap: 10px;
    }

    #testimonials_video_slider .owl-prev img,
    #testimonials_video_slider .owl-next img {
        width: 35px;
    }
}
