html,
body,
.webgl-content,
.template-wrap,
.game-view {
    height: 100%;
}

body {
    /* overflow: hidden; */
}

footer {
    /* position: absolute; */
    height: 97px;
    padding-top: 1em;
}

.webgl-content {
    overflow: hidden;
}

.template-wrap {
    clear: both;
    width: 84%;
    margin: 5em auto 2em auto;
}

.game-container canvas {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background-color: rgb(28, 28, 28);
}

.game-content-control {
    width: 4%;
    float: right;
}

.game-view {
    width: 85%;
    margin: 0 auto 0 auto;
    /* min-height: 600px; */
}

.button-fullscreen {
    background-color: #f4a51b;
    color: #fff;
    width: 38px;
    height: 38px;
    border: 0;
    outline: 0;
}