#unity-container {
    position: absolute;
    background: white;
    padding:0;
    left:0;
    top:50%;
    width:100%;
    height:auto;
    max-height:100%;
    aspect-ratio:199 / 112;
    transform: translateY(-50%);
}
#unity-canvas { background: #231F20 ;vertical-align:top;}
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
#unity-fullscreen-button {
    float: right;
    width: 38px;
    height: 38px;
    background: url('fullscreen.png') no-repeat center;
    background-color: black;
    padding: 8px;
    border-radius: 8px;
}
#game-title {
    float: left;
    background-color: black;
    padding: 11px 20px;
    border-radius: 8px;
    color: white;
    font-family: arial;
    font-size: 28px;
}
