.loading-overlay {
    display: none;
    background: rgba( 72.5, 38.4, 32.9, 0.3 );
    position: fixed;
    width: 99%; /* changed from 800 pixels */
    max-width: 1025px; /* 960 */
    height: 100%;
    z-index: 5;
    top: 0;
}

.loading-overlay-image-container {
    display: none;
    position: fixed;
    z-index: 7;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}

.loading-overlay-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
