.load_overlay {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#f9f9f9;
    background-image:url('load_bg.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    transition:all 1s;
    z-index:999;
}

.load_overlay .logo img {
    width:20vw;
    min-width:200px;
    display:block;
    opacity:0;
    transition:all 1s;
}

.load_overlay .logo img:first-of-type {
    margin-bottom:-20px;
}

.loadin .logo img {
    opacity:1;
}

.loadin .logo img:first-of-type {
    margin-bottom:5px;
}

.loadout {
    opacity:0;
    pointer-events:none;
}

.loadout .logo img:first-of-type {
    margin-bottom:25px;
}