html, body { padding: 0; margin: 0; overflow: hidden; width: 100%; height: 100%; background: #000000;}
#frame {
	transform-origin: top left;
    border: none;
    margin: 0;
}
#part-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
    border: none;
    margin: 0;
    display: none;
}

.unity-mobile { width: 100%; height: 100% }

/* #rotate-button { position: absolute;display: block;bottom:0px; right:56px; width: 38px; height: 38px; background: url('btn_change.png') no-repeat center } */

