{{#unless lazyload '==' 'disabled'}}
{{> components/common/custom-lazyload-img
image=stencil_image
class="heroCarousel-image"
}}
{{else}}
{{#if @first}}
{{> components/common/responsive-img
image=stencil_image
class="heroCarousel-image"
fallback_size='1280w'
lazyload='disabled'
}}
{{else}}
{{> components/common/responsive-img
image=stencil_image
class="heroCarousel-image"
fallback_size='1280w'
lazyload='lazyload'
}}
{{/if}}
{{/unless}}
{{#if heading}}
{{> components/carousel-content show_background=true}}
{{else}}
{{#if text}}
{{> components/carousel-content show_background=true}}
{{else}}
{{#if button_text}}
{{> components/carousel-content show_background=false}}
{{/if}}
{{/if}}
{{/if}}