#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #202024;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.loadingGraphics {
    display: inline-block;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.drone {
    width: 300px;
    height: 300px;
}
.blade {
    
}
.loadingText {
    font-family: sans-serif;
    font-size: 2em;
    color: #999;
    text-transform: uppercase;
    text-align: center;
}