.hero-image.hero-large {
    height: calc(75vh - 95px);
}
.hero-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.hero-logo {
    position: absolute;
    top: 2rem;
    left: 1rem;
    width: 10rem;
}
.hero-image .hero-iconbar {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2rem;
}
.hero-image .hero-iconbar img {
    width: 3rem;
    height: 3rem;
    margin-right: 0;
}
.hero-image .hero-content {
    max-width: 80rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
}
.flex-campaign .hero-image.lc-hero-image {
    height: 75vh;
}

@media only screen and (min-width: 768px) {
    .hero-image.hero-large {
        height: calc(75vh - 163px);
    }
    .hero-logo {
        left: 2.4rem;
        width: auto;
    }
    .hero-image .hero-iconbar {
        padding: 2rem 4rem;
    }
    .hero-image .hero-iconbar img {
        width: auto;
        height: auto;
        margin-right: 0.5rem;
    }
    .hero-image .hero-content {
        padding: 0 6rem;
        font-size: 2.7rem;
        line-height: 1.3;
    }
}