.desktop-pixi body {
  overflow: hidden!important;
}

.desktop-pixi .game > div > div {
  position: absolute !important;
  top: 45px !important;
  height: calc(100% - 45px) !important;
  /* 
  Use these for games with 6:13 aspect ratio
  top: 47px !important;
  height: calc(100% - 47px) !important; 
  */
}

.desktop-pixi #gamecanvas {
  max-height: 100% !important;
}
