@charset "utf-8";
/* CSS Document */
.monster {
  width: 336px;
  height: 336px;
   background: url('../img/sheet_fases_luna.png') left center;
  animation: play .8s steps(8) infinite;
}
@keyframes play {
    100% { background-position: -4096px; }
}