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