/* The launcher fills its slot instead of retaining the generic 75vh frame. */
#view-game .gv__frame > iframe.ww-frame {
  display:block!important;position:absolute;inset:0;
  width:100%!important;height:100%!important;
  min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;
  margin:0!important;padding:0!important;border:0!important;border-radius:0!important;
}
#view-game .gv__frame:fullscreen {
  width:100vw!important;height:100vh!important;height:100dvh!important;
  min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;
  aspect-ratio:auto!important;margin:0!important;padding:0!important;
  border:0!important;border-radius:0!important;clip-path:none!important;
  transform:none!important;background:#000!important;overflow:hidden!important;
}
#view-game .gv__frame:-webkit-full-screen {
  width:100vw!important;height:100vh!important;
  min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;
  aspect-ratio:auto!important;margin:0!important;padding:0!important;
  border:0!important;border-radius:0!important;clip-path:none!important;
  transform:none!important;background:#000!important;overflow:hidden!important;
}
