.container-fluid.spriteMovement {
  background: url(SpritesLow.jpg);
  width: 500px;
  height: 500px;
  -webkit-animation: movement 2.5s steps(24) infinite;
  animation: movement 2.5s steps(24) infinite;
}

