* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    overflow: hidden;
}

body,
html {
    margin: 0;
    padding: 0;
    /*background-color: #333333;*/
    background-color: #000000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*text-align: center;*/
}

#gamediv {
    margin: 0;
    padding: 0;
    /*height: 100%;*/
    height: 960px;
    min-height: 960px;
    width: 100%;
    display: block;
}

#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: 1000;
    display: none;
}

#canvas {
    /*background-color: #2EF9A3;*/
    background-color: #000000;
    margin-left: -320px;
    margin-top: -500px;
    top: 50%;
    left: 50%;
    padding: 0;
    z-index: 1;
    /*visibility: hidden;*/
}