.filter_videoeasy_ytl img {
    display: inline-block;
}
.filter_videoeasy_ytl { 
	position: relative; 
	max-width: 500px;
        min-height: 120px;
}
.filter_videoeasy_ytl:after {
	content: "▷";
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 20%;
	height: 32px;
	z-index: 2;
	background: #FF0000;
	border-radius: 8px;
	pointer-events: none;
}

.filter_videoeasy_ytl img:after{
     content: "";
     background: #333;
     z-index: 2;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
}
