#loading {

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background: rgba(255,255,255,.8);
    z-index: 99;
    text-align: center;

}

#loading > img {

    position: absolute;
    top: 42%;
    left: 46%;
    z-index: 100;
    width:100%;
    max-width:132px;

}