#wait-with-animation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2000;
}

#whole-site-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10000px;
    z-index: 1999;
    background-color:  rgba(0,0,0,0.5);
}