.debFader {
    position: fixed;
    z-index: 800;
    background-position: center center;
    background-attachment: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: opacity(40%); 
}

.debCaption {
    position: absolute;
    /*top: 0px; THIS PROPERTY IS CONTROLLED BY THE JSCRIPT  */
    z-index: 800;
    font-family: 'Lato';
    word-spacing: 4px;
    font-size: 7vw;
    font-weight: 400;
    text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
    margin-left: 5%;
    width: 90%;
    text-align: center;
}

.debCaption a {
    text-decoration: none;
}

.littleText {
    font-size: 2.5vw;
}