.loading-overlay {
    display: none;
    background: rgba( 26, 26, 26, 0.1 );
    position: fixed;
    width: 100%;
    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: 300px;*/
    /*height: 300px;*/
    border-radius: 5px;

}
