.game > img {
  display: block;
  width: 100%;
  height: 86px;
  object-fit: cover;
  background: linear-gradient(145deg, #392c14, #16181c);
  border-radius: 4px;
}
