.public-hero-banner,
.private-hero-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.public-hero-banner--standard {
    min-height: 42vh;
    padding-top: 2.25rem;
    padding-bottom: 6rem;
}

.public-hero-banner--centered {
    min-height: 42vh;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.public-hero-banner--compact {
    min-height: 40vh;
    padding-top: 2.25rem;
    padding-bottom: 5rem;
}

.private-hero-banner {
    min-height: 260px;
}
