#loading {
    background: rgba(0%, 0%, 0%, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #abc10b;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999;
    display: none !important;
}

#loading img {
    width: 384px;
    height: 384px;
    color: red;
    margin: 100px auto 0 auto;
    display: block;
}
@media screen and (max-width: 767px) {
    #loading img {
        max-width: 80%;
        height: auto;
    }
}
