/* Homepage-only. Loaded via $extra_css on index.php. */

.home-hero-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    line-height: 0;
}

.home-hero-banner img {
    display: block;
    width: 100%;
    max-width: 430px;
    height: auto;
}

@media (min-width: 721px) {
    .home-hero-banner img {
        max-width: 645px; /* 50% larger than the phone cap */
    }
}

/* Banner already fills the top; tighten the greeting strip under it. */
.hero {
    padding-top: 28px;
}
