#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.88);
    z-index: 10000;
    text-align: center;
    background-size: 50%;
}

#loading-image {
    /* position: fixed; */
    /* top: 214px;
    left: 680px; */
    margin: auto;
    margin-top: 250px;
    /* height: 250px; */
    width: 100px;
}