
/***** SLIDE ANYTHING CAROUSEL *****/

.slidetitle {
    width: 100%;
    display: block;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
    color: #f1e8da;
    font-family: Newsagent, sans-serif;
    font-size: 4vw;
    line-height: 4.5vw;
    padding: 0px 50px;
    opacity: 1;
    transition: 0.3s;
    position: relative;
}

.owl-carousel {
    margin: 70px auto;
}

.sa_hover_buttons {
    opacity: 0;
    background: transparent;
}

.owl-item:hover .sa_hover_buttons {
    opacity: 1;
}

.owl-item:hover .slidetitle {
    opacity: 0;
}

.owl-item:hover .sa_vert_center {
    background: transparent !important;
}

.white .sa_owl_theme .owl-item .sa_hover_container .always_visible .sa_popup_video_icon, .white .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons .sa_popup_video_icon {
    background: rgba(0,0,0,0.0) url(/wp-content/themes/bengibbard/img/play.png) no-repeat center center !important;
    background-size: cover !important;
    width: 60px !important;
    height: 60px !important;
    opacity: 0.8 !important;
    transition: 0.3s !important;
}

.white .sa_owl_theme .owl-item .sa_hover_container .always_visible .sa_popup_video_icon:hover, .white .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons .sa_popup_video_icon:hover {
    opacity: 1 !important;
    background-color: transparent !important;
}

.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center {
    background: rgba(0,0,0,0.7);
    height: 100%;
}

.owl-item:hover .sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center {
    background: transparent;
}


@media (max-width: 800px) {
    .slidetitle {
        font-size: 8vw;
        line-height: 9vh;
    }
#videos .owl-carousel {
    margin: 70px auto 0px auto;
}    
}