.ea_fancy-video{ display: block; max-width: 100%; position: relative; }
.ea_fancy-video img{ width: 100%; height: auto; display: block; }
.ea_fancy-video .hover-imagen{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 82px; padding: 21px 0 20px 9px; border-radius: 50%; background: rgba(255,255,255,0.5); text-align: center; transition: all .35s ease-in; }
.ea_fancy-video .hover-imagen::before{ content: ' '; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 24px 0 24px 35px; border-color: transparent transparent transparent #FFC900; transition: all .35s ease-in; }
.ea_fancy-video .hover-imagen::after{ content: ' '; position: absolute; width: 100%; height: 100%; padding: 5px; top: -7px; left: -7px; border: 2px solid rgba(255,255,255,0.5); border-radius: 50%; transition: all .35s ease-in; }
.ea_fancy-video:hover .hover-imagen{ background: #FFC900; }
.ea_fancy-video:hover .hover-imagen::before{ border-color: transparent transparent transparent #FFF; }
.ea_fancy-video:hover .hover-imagen::after{ border-color: #FFC900; }

@media only screen and (max-width:1024px){
	.ea_fancy-video{ max-width: 800px; margin: 0 auto; }
}