/* Wrapper for the whole thing */
.mission-twenty-twenty--wrapper {
    position: relative;
    /*min-height: 788px;*/
    min-height: 809px;
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .mission-twenty-twenty--wrapper {
        min-height: 576px;
    }
}

@media screen and (max-width:768px) {
    .mission-twenty-twenty--wrapper {
        min-height: 430px;
    }
}
/* Prevent popup going over nav. Reduced z-index */
.mission-twenty-twenty #intro-popup {
    z-index: 50 !important;
}
