{{{customeditframe.editframeStart}}}
<header class="hero-standard{{#unless imageMap}} hero-standard--without-map{{/unless}}{{#if fullVideo}} hero-standard--has-video{{/if}}"
data-has-cinegraph="{{#if background.video}}true{{else}}false{{/if}}"
data-has-video="{{#if fullVideo}}true{{else}}false{{/if}}"
data-module="heroStandard">
{{> @cp-medium-image backgroundResponsiveImage}}
{{#if background.video}}
<div class="hero-standard__cinegraph-container js-cinegraph-container" data-video="{{jsonSerializer background.video}}">
<video class="hero-standard__cinegraph js-cinegraph" autoplay loop muted preload playsinline></video>
</div>
{{/if}}
<div class="grid-container">
<div class="hero-standard__inner grid-x">
<div class="cell medium-7 medium-offset-1">
{{#if fullVideo}}
<a href="#" class="hero-standard__open-modal-button js-open-modal"></a>
{{/if}}
<time class="hero-standard__read-time" datetime="{{timeSpan.stamp}}">{{timeSpan.text}}</time>
<h1 class="hero-standard__title">{{title}}</h1>
<p class="hero-standard__subtitle">{{subtitle}}</p>
{{#if tags }}
<div class="hero-standard__tags">
{{> @cp-hashtags tags }}
</div>
{{/if}}
<time datetime="{{articleDateTime.stamp}}" class="hero-standard__date">{{articleDateTime.displayDate}}</time>
</div>
{{#if imageMap}}
<div class="cell medium-2 medium-offset-2 small-3 small-offset-9">
<div class="hero-standard__map">
<div class="hero-standard__map-inner"><img src="{{imageMap.image}}" alt="{{imageMap.county}}"></div>
<div class="hero-standard__map-county">{{imageMap.county}}</div>
</div>
</div>
{{/if}}
</div>
</div>
{{> @cp-video-modal}}
</header>
{{{customeditframe.editframeStop}}}