:root{ --scale: 1; }
html,body{ height:100%; margin:0; background:#2b2b2b; overflow:hidden; }

/* host */
#frame-wrap{
  position:fixed;
  inset:0;
  display:flex;
  align-items:flex-start;     /* arriba   */
  justify-content:flex-start; /* izquierda */
  overflow:hidden;
}

#p6-frame{
  display:block;
  width:1920px;
  height:1080px;
  transform-origin:top left;
  transform:scale(var(--scale));
  border:0;
  background:#fff;
  flex:0 0 auto;
  max-width:none;
}
