.pat {
  width: 150px;
  height: 150px;
  background: url('https://thompsonstowel.com/wp-content/uploads/2019/02/PatSpritesheet.png') left center;
  animation: play 3s steps(4) infinite;
}

@keyframes play {
	100% { background-position: -600px; }
}

.mac {
  width: 150px;
  height: 150px;
  background: url('https://thompsonstowel.com/wp-content/uploads/2019/02/MacSpritesheet.png') left center;
  animation: play 3s steps(4) infinite;
}

@keyframes play {
	100% { background-position: -600px; }
}

.josh {
  width: 150px;
  height: 150px;
  background: url('https://thompsonstowel.com/wp-content/uploads/2019/02/joshspritesheet.png') left center;
  animation: play 3s steps(4) infinite;
}

@keyframes play {
	100% { background-position: -600px; }
}

.james {
  width: 150px;
  height: 150px;
  background: url('https://thompsonstowel.com/wp-content/uploads/2019/02/JamesSpritesheet.png') left center;
  animation: play 3s steps(4) infinite;
}

@keyframes play {
	100% { background-position: -600px; }
}

.jessie {
  width: 150px;
  height: 150px;
  background: url('https://thompsonstowel.com/wp-content/uploads/2019/02/JessieSpritesheet.png') left center;
  animation: play 3s steps(4) infinite;
}

@keyframes play {
	100% { background-position: -600px; }
}