#loadingVideo {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    filter: opacity(0.2);
    zoom: 0.95
}

#loadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101010;
    z-index: 9999999;
    transition: opacity .5s;
}

#gameLogoLd {
    font-size: 22px;
    position: absolute;
    width: 100%;
    height: 170px;
    text-align: center;
    margin: auto;
    top: 50px;
    background-image: url('https://krunker.io/img/logo_1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#loadingCenter {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: white;
    position: absolute;
    top: 40%;
    transition: opacity .3s
}


#loadingCircle {
    width:fit-content;
    text-align:center;
    margin:auto;
}

#loadingMsgLd {
    font-size:22px;
    color:rgba(255, 255, 255, 0.6);
    margin-right:10px;
}

#steamLogoLd {
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: center;
    margin: auto;
    bottom: 100px;
    background-image: url('../imgs/steam.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-100px);
}

#yendisLogoLd {
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: center;
    margin: auto;
    bottom: 100px;
    background-image: url('../imgs/yendis.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(100px);
}

#yendisCopyrightLd {
    font-size: 12px;
    color: rgba( 255,255,255,0.6);
    position: absolute;
    width: 100%;
    text-align: center;
    margin: auto;
    bottom: 50px;
}