<figure class="image">
<div class="image__container">
<amp-img itemscope itemtype="https://schema.org/ImageObject"
class="grey-placeholder"
src="{{largeUrl}}"
srcset="{{smallUrl}} 767w, {{#if mediumUrl}}{{mediumUrl}}{{else}}{{largeUrl}}{{/if}} 768w, {{largeUrl}} 1320w"
{{#if width}}width={{width}}{{/if}}
{{#if height}}height={{height}}{{/if}}
layout="fill">
<noscript>
<img src="{{largeUrl}}" {{#if width}}width={{width}}{{/if}} {{#if height}}height={{height}}{{/if}} alt="{{altText}}"/>
</noscript>
</amp-img>
</div>
{{#if caption}}
<figcaption class="image__caption"><span>{{#if caption.location}}<strong>{{caption.location}}</strong>{{/if}}{{#if caption.description}}{{caption.description}}</span>{{/if}}</figcaption>
{{/if}}
</figure>