@media only screen and (max-width: 850px) {
    .age-gate-content.tooLate {
        padding-top: 67%;
    }
    .age-gate-content.tooSoon {
        padding-top: 66%;
    }
}

@media only screen and (min-width: 850px) {
    .age-gate-content.tooLate {
        padding-top: 195px;
    }
    .age-gate-content.tooSoon {
        padding-top: 180px;
        max-width: 370px;
    }
}

@media only screen and (min-width: 1250px) {
    .ageGate h1 {
        font-size: 1.6vw;
    }
    .age-gate-content.tooLate {
        padding-top: 13vw;
    }
    .age-gate-content.tooSoon {
        padding-top: 12vw;
        max-width: 25vw;
    }
}
