/* ==========================================================================
   Cars — game-specific overrides (most styling comes from /fts/_quiz.css)
   ========================================================================== */

/* Car screenshots are wide landscape — keep them sized to the viewport so the
   full game UI fits without scrolling. */
.image-container img {
  max-height: 40vh;
}

@media (max-width: 600px) {
  .image-container img { max-height: 32vh; }
}
