
 .slideYoutube .item {background: #fff; padding: 0; border-radius: 12px; overflow: hidden; position: relative;}
 .slideYoutube .item .sliderTitle {
    padding: 0;
    margin: 12px;
    min-height: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

 .slideYoutube .item .sliderTitle h3 {
    color: #344054;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}


 .slideYoutube .item .sliderTitle .views {width: auto;display: inline-block;padding: 3px 8px;border-radius: 20px;color: #fff;font-weight: 600;font-size: 12px;background: #E970D5;background: linear-gradient(90deg, rgba(233, 112, 213, 1) 0%, rgba(131, 37, 235, 1) 100%); margin-bottom: 10px;}

.slideYoutube .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}
.slideYoutube .owl-nav .owl-prev {
    height: 60px;
    width: 32px;
    z-index: 9;
    left: 0;
    top: 75px;
    margin-bottom: -40px;
    font-size: 0px;
    position: absolute;
    background-color: #e0f3fd;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideYoutube .owl-nav .owl-prev:before {
    content: "\f104";
    font-family: icomoon !important;
    font-size: 32px;
    color: #000;
    font-weight: normal;
    position: relative;
}

.slideYoutube .owl-nav .owl-next {
    height: 60px;
    width: 32px;
    z-index: 9;
    right: 0;
    top: 75px;
    margin-bottom: -40px;
    font-size: 0px;
    position: absolute;
    background-color: #e0f3fd;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slideYoutube .owl-nav .owl-next::before {
    content: "\f105";
    font-family: icomoon !important;
    font-size: 32px;
    color: #000;
    font-weight: normal;
    position: relative;
}

.slideYoutube .item .playbtn {
	position:relative;
}
.slideYoutube .item .playbtn::before {
	content:'';
	width:0px;
	height:0px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:1;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-left:25px solid #000;
}
.slideYoutube .item .playbtn::after {
	content:'';
	width:0px;
	height:0px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:2;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left:25px solid #fff;
}
