html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    -ms-touch-action: none;
}

#rotateHolder{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background-color:black;
    background-image:url('gzpAssets/rotate.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 999;
    display:none;
}

body {
    overflow: hidden;
    outline: none;
}
