.block-404 {
    background-image:url(../img/backgrounds/background_hero.png);
    background-size:cover;
    background-position:top;
    background-repeat: no-repeat;
    min-height:82vh;
}

.block-404 h1,
.block-404 h2,
.block-404 h3,
.block-404 h4,
.block-404 p {
    color:#fff;
}

.block-404 .block-404__extra-image-wrapper {
    background-position:bottom right;
    background-repeat: no-repeat;
    background-size:auto;
}

.block-404 .block-404__content {
    padding-top:4rem;
}

.block-404 .block-404__content .block-404__text {
    padding-top:1.5rem;
}

.block-404 .block-404__content .block-404__button {
    padding-top:3rem;
}

.block-404 .block-404__content .block-404__text .quote p {
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size:1.5rem;
    padding-top:4rem;
}

.block-404 .block-404__content .block-404__text .quote p em {
    font-family: "adobe-caslon-pro", serif;
    font-size:2.8rem;
    line-height: 1.3571428571428572;
    text-transform:initial;
}

@media (min-width:768px) {
    .block-404 {
        min-height:86vh;
    }
}

@media (min-width:992px) {
    .block-404 {
        min-height:76vh;
    }
}