.ea_texto-sobre-imagen{ position: relative; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; box-sizing: border-box; padding: 50px; background-position: center; background-size: cover; overflow: hidden; }
.ea_texto-sobre-imagen .texto-centrado{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }

.ea_texto-sobre-imagen .imagen-animada{ display: none; }