#loading-img {
    
    height: 100%;
    z-index: 20;
}

.overlay {
    background: #000000;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 99;
}