
.favorite-game-image {
  display: block !important;
  width: 100% !important;
  height: 72px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #0c0d0f !important;
}

@media (max-width: 767.98px) {
  .favorite-game-image {
    height: 74px !important;
    border-radius: 9px !important;
  }
}
