.image-block{display:flex;flex-flow:column;font-size:var(--font-size-sm);gap:var(--space-xs);position:relative;width:100%}.image-block--stretch .image-block__src,.image-block--stretch img{width:100%}.image-block img,.image-block__src{height:auto;-o-object-fit:cover;object-fit:cover}.image-block figcaption{color:var(--color-gray-dark)}.image-block figcaption:where(:not(:first-child)){margin-top:var(--space-xs)}