@if(isset($heroImage))
<div class="o-hero @modifiers('o-hero')">
<figure class="o-hero__figure">
<picture class="o-hero__picture">
<img class="o-hero__img" src="{{$heroImage}}" alt="">
</picture>
</figure>
</div>
@endif