.youtube {
    background-color: #000;
    margin-bottom: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
/*#thumbs .youtube {
	pointer-events: none;
}
#thumbs .owl-nav {
	display:none;
}
#thumbs .owl-stage {
    transform: none !important;
    transition: none !important;
    width: 100% !important;
    height: 100% !important;
}
#thumbs .owl-stage-outer > .owl-stage > .owl-item {
display: inline-grid;
float: none;
}
#thumbs .owl-carousel .owl-stage-outer {
    overflow: visible;
}
#thumbs .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0.25;
    transition: opacity 0.5s ease-out;
}
#thumbs .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}*/

.owl-carousel.owl-drag .owl-item{
	-webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.entertainment-thumb,
.owl-carousel {
	clear: both;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.owl-carousel .owl-nav{
	position: absolute;
	top: 50%;
	margin-top: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-carousel .owl-nav [class*=owl-]{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	visibility: hidden;
	opacity: 0;
}
.owl-carousel:hover .owl-nav [class*=owl-]{
	visibility: visible;
	opacity: 1;
}
.owl-carousel .owl-nav .owl-prev{
	left: -20px;
}
.owl-carousel .owl-nav .owl-next{
	right: -20px;
}	
.owl-carousel .owl-nav [class*=owl-]:hover{
	background: rgba(255, 255, 255, 0.8);
	color: rgba(0, 0, 0, 0.8);
}
.owl-carousel .owl-nav .owl-prev:hover{
	-webkit-box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-nav .owl-next:hover{
	-webkit-box-shadow: -10px 0 20px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -10px 0 20px -5px rgba(0, 0, 0, 0.5);
	box-shadow: -10px 0 20px -5px rgba(0, 0, 0, 0.5);
}
.entertainment-thumb{
	clear: both;
	position: relative;
	margin: 20px auto;
	overflow-y: scroll;
	height: 140px;
}
.entertainment-thumb .owl-thumb-item{
	padding: 4px;
	border-radius: 4px;
	display: inline-block;
	width: 15%;
}
.entertainment-thumb .owl-thumb-item img{
	width: 100% !important;
	height: 56px !important;
	object-fit: cover;
	object-position: center;
	opacity: 0.4;
	display: block;
}
.entertainment-thumb .owl-thumb-item.active {
	background: rgba(255,255,255,0.5);
	}
.entertainment-thumb .owl-thumb-item.active img{
	opacity: 1;
}
.ytube-video-slider {
    clear: both;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
@media (max-width: 710px){
	.entertainment-thumb .owl-thumb-item{
		width: 18%;
	}
}
@media (max-width: 598px){
	.entertainment-thumb .owl-thumb-item{
		width: 17.5%;
	}
}
@media (max-width: 492px){
	.entertainment-thumb .owl-thumb-item{
		width: 22%;
	}
}
@media (max-width: 416px){
	.entertainment-thumb .owl-thumb-item{
		width: 30%;
	}
}
@media (max-width: 373px){
	.entertainment-thumb .owl-thumb-item{
		width: 46%;
	}
}


