/* HTML5 game pages: hide Flash-era gold cabinet (images/gamebg.jpg)
   — title slot, side border, and footer frame. Re-enable by removing this file include. */
.gameright {
  background-image: none !important;
  height: auto !important;
  overflow: visible !important;
}
.gameright h1 {
  display: none;
  padding: 0;
}
.html5-game-frame {
  width: 100%;
  height: 820px;
  margin: 0 auto;
  background: #070406;
  border: #333 solid 1px;
  box-sizing: border-box;
}
.html5-game-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 1099px) {
  .html5-game-frame { height: min(82vh, 720px); }
}

/* 3-reel Classic Lucky 7s: gameright is ~712px wide. 16/9 is too short
   once HUD + SPIN need room. Use a taller box than the 5-reel default. */
.html5-game-frame.is-3reel {
  height: 640px;
  max-width: none;
}
@media (max-width: 1099px) {
  .html5-game-frame.is-3reel { height: min(78vh, 620px); }
}
