.filter_videoeasy_ytl img{display: block;}
					.filter_videoeasy_ytl { 
					position: relative; 
					display: inline-block;
					}
					.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;
					}

@media screen and (max-width: 750px) {
.featherlight-iframe iframe{
        max-width: 100% !important;
        width: auto!important;
        height: auto!important;
}
}
