<div class=“hero”>

<div class="hero-image" style="background-image: url({{ include.hero-image }})">
    <div class="hero-overlay"></div>
</div>

<section class="container container-fixed hero-text">
    <h1 class="hero-title">{{ include.title }}</h1>
    <h5 class="hero-subtitle">{{ include.subtitle }}</h5>
</section>

</div>