#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: .8;
    background: url("../img/ajax/loading.svg") center center no-repeat #666;
    background-size: 5em;
    z-index: 3;
}
