﻿

.owl-carousel {
    position: relative;
    width: 100%;
}

.owl-carousel2 {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 990px) {
    .owl-carousel {
        position: relative;
        width: 100%!important;
    }
}




.owl-prev, .owl-next {opacity: 0.5 !important;font-size:20px;}



.owl-prev,
.owl-next {
    position: absolute;
    top: 33%;
    margin-top: -10px;
    // Half of the prev/next buttons height here in negatives to center them perfectly
}


    .shorts .owl-prev,
    .shorts .owl-next {
        position: absolute;
        top: 40%;
        margin-top: -10px;
        // Half of the prev/next buttons height here in negatives to center them perfectly
    }

.preaching .owl-prev,
.preaching .owl-next {
    position: absolute;
    top: 45%;
    margin-top: -10px;
    // Half of the prev/next buttons height here in negatives to center them perfectly
}

.podcasts .owl-prev,
.podcasts .owl-next {
    position: absolute;
    top: 38%;
    margin-top: -10px;
    // Half of the prev/next buttons height here in negatives to center them perfectly
}



.channel .owl-prev,
.channel .owl-next {
    position: absolute;
    top: 38%;
    margin-top: -10px;
    // Half of the prev/next buttons height here in negatives to center them perfectly
}

.channelShorts .owl-prev,
.channelShorts .owl-next {
    position: absolute;
    top: 43%;
    margin-top: -10px;
    // Half of the prev/next buttons height here in negatives to center them perfectly
}

.owl-prev {
left: 20px!important;
}
.owl-next {
right: 10px!important;
}

.grow { transition: all .1s ease-in-out; }
    .grow:hover {
        -webkit-transform: scale(1.048) translate(0);
        z-index: 1000;
       
    }
.grow:hover img {
      
    }
.shorts.grow:hover {
        transform: scale(1.05);
        z-index: 1000;
    }
.grow:hover .play { display:block;transition: all .5s ease-in-out;}
.owl-stage-outer {
    padding: 10px;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
   display: none;
}

.profile-pic:hover .play {
	display: block;
}

.play {
	position: absolute;
	 left:50%;
    top: 50%;
     transform: translate(-50%, -50%);
	display: none;
    opacity: 0.75 !important;
    font-size:40px;
}