In my weblog
https://bonrotllo.bielsalas.com/bloc/
Andrea, thanks, I resolved following your solution,
https://www.ads-software.com/support/topic/contentphp?replies=1
And I added a icon play in the featured thumbnail
Then I changed in style.css block to none in this style
.et-play-video {
position: absolute;
top: 50%;
left: 50%;
width: 160px;
height: 160px;
margin: -80px 0 0 -80px;
display: none;
background: url(images/sprite.png) no-repeat -59px 0;
}