/* ==== Preloader ==== */

#initialScreenOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../media/videos/Intro_Faust.gif);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999 !important;
}

.loadingIMG {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    bottom: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 4rem;
}

.smpreload {
    background-color: #d3d3d3 !important;
    border: 0px solid !important;
    border-radius: 0px !important;
}

.smpreload img {
    height: 5rem !important;
}

.smpreload h5 {
    font-size: 1.5rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2rem !important;
}

.fullLoad {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #d3d3d3;
    z-index: 99999999 !important;
}