.imageJuego{width:90%}@media only screen and (min-width:550px){.imageJuego{width:30%}}div.home{width:100%;text-align:center;margin-top:8px;margin-bottom:4px}div.center{width:200px;height:200px;margin-left:auto;margin-right:auto;margin-top:8px;margin-bottom:4px}div.image{width:82px;height:80px;background-color:rgba(255,0,0,.3);position:relative;animation-name:example;animation-duration:4s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;border-radius:12px}@keyframes example{0%{background-color:rgba(255,0,0,.2);left:0;top:0}25%{background-color:rgba(255,255,0,.2);left:118px;top:0}50%{background-color:rgba(0,0,255,.2);left:118px;top:120px}75%{background-color:rgba(0,255,0,.2);left:0;top:120px}100%{background-color:rgba(255,0,0,.3);left:0;top:0}}