#loading {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    background-image: url("../../images/loading.jpg");
    background-size: 89px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}