body {
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: black;
}

.ya-share2 {
    position: absolute;
}

#content {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: display 2s ease 1s;
}

#background-holder {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: opacity 2s ease 1s;
}

#background-img {
    /*max-width: 100%;*/
    max-height: 100%;
}

#title {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#background-holder #loading-bar {
    display: none;
    /*background-image: url('LoadingBar.png');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    /*transform: translate(-50%, -50%);*/
}

#loading-bar-fill {
    background: url('loading_bar_fill.png') no-repeat;
    /* opacity: 0.5;*/
    width: 0%;
    background-position-x: left;
    background-size: cover;
    height: 19%;
    margin-top: 25.5%;
    margin-left: 4.5%;
    padding-right: 2%;
}

/*#loading-bar-fill-tail {
    background: url('loading_bar_fill.png') no-repeat;*/
/* opacity: 0.5;*/
/*width: 50%;
    background-position-x: right;
    background-size: cover;
    height: 100%;*/
/*margin-top: 25.5%;
    margin-left: -0.5%;*/
/*}*/

#unity-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
}

    #unity-container.unity-desktop {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    #unity-container.unity-mobile {
        width: 100%;
        height: 100%
    }

#unity-canvas {
    background: #FFFFFF
}

.unity-mobile #unity-canvas {
    width: 100%;
    height: 100%
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}
