body {
    padding: 0;
    margin: 0;
    background-color: #1f2122;
}

.unity-mobile #unity-canvas {
    width: 80vw;
    height: 142.22222222vw;
    display: block;
    border-radius: 23px;
    margin: 0px auto;
}

.unity-desktop #unity-canvas {
    width: 53.75vh;
    height: 86vh;
    display: block;
    border-radius: 23px;
    margin: 0px auto;
}

#unity-progress-bar-empty,
#unity-progress-bar-full {
    width: 100%;
    height: 6px;
}

#unity-progress-bar-empty {
    background: url('../images/progress-bar-empty.png') repeat center
}

#unity-progress-bar-full {
    background: url('../images/progress-bar-full.png') repeat center
}


#fullScreenButton {
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 1;
    float: right;
    background: url(../images/fullScreen_on.png) no-repeat center;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: #532b00;
    display: none;
}


.game-details .content .left-info {
    background-color: unset;
    padding: 0;
}
