/* Home-only presentation: the image fades into the page color behind the copy. */
.page-shell {
    max-width: 1240px;
}

.home-hero {
    display: block;
    min-height: 0;
}

.home-hero-image {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    .page-shell {
        max-width: 100%;
    }

    .home-hero {
        border-radius: 22px;
    }
}
