#scanner-container {
  max-width: 400px;
  min-height: 0;
}

#scanner-container video {
  border-radius: 0.375rem;
}

.game-thumb {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

@media (max-width: 576px) {
  #game-table th:first-child,
  #game-table td:first-child {
    display: none;
  }
}