.ningaloo-rb-embed { width: 100%; max-width: 1320px; margin: 0 auto; }
.ningaloo-rb-embed > .ningaloo-rb-frame { display: block; width: 100%; height: 85vh; height: 85svh; min-height: 480px; max-height: 960px; border: 0; background: #043448; }
.ningaloo-rb-embed > .ningaloo-rb-help { margin: 12px 0; font-size: 16px; line-height: 1.5; }
/* Portrait phones and small tablets: give the game the full viewport height so the title art and HUD are not cropped. */
@media (max-width: 767px) and (orientation: portrait) {
  .ningaloo-rb-embed > .ningaloo-rb-frame { height: 100vh; height: 100svh; min-height: 600px; max-height: 960px; }
}
/* Short landscape screens (phones held sideways). */
@media (max-height: 550px) and (orientation: landscape) {
  .ningaloo-rb-embed > .ningaloo-rb-frame { height: 100vh; height: 100svh; min-height: 280px; }
}
