.game-small.personal-photo {
  width: 85%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.03);
}

@media (max-width: 720px) {
  .game-small.personal-photo { width: 100%; height: 390px; }
}
