/* Customizable homepage hero image */
.hero.has-image {
    background-size: cover;
    background-repeat: no-repeat;
}
.hero.has-image:after {
    background: linear-gradient(90deg, rgba(3,17,31,var(--hero-overlay)) 0%, rgba(3,17,31,.58) 52%, rgba(3,17,31,.28) 100%);
}
.hero.has-image .hero-bg { display: none; }

