.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; bottom: calc(50% - 46px); right: calc(50% - 46px); width: 82px; padding: 21px 0 20px 10px; border-radius: 50%; background: #EC7866; text-align: center; transition: background .35s ease-in, border-color .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 #ffffff; transition: all .35s ease-in; }
.ea_fancy-video:hover .hover-imagen{ background: #DCDCDC; }

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

@media only screen and (max-width:500px){
	.ea_fancy-video .hover-imagen{ position: static; width: 100%; border-radius: 0; box-sizing: border-box; padding: 10px; text-align: center; align-content: #FFF; font-size: 16px; }
	.ea_fancy-video .hover-imagen::before{ content:"\f04b"; font-family: 'FontAwesome'; border: none; width: auto; height: auto; color: #FFF; padding-right: 10px; }
	.ea_fancy-video .hover-imagen::after{ content:"Reproducir"; color: #FFF; font-weight: bold; font-family: 'Barlow'; text-transform: uppercase; }
}