@layer components{.c-figure{--figure-max-height:none;--figure-contain:cover;--figure-position:50% 50%;display:block}.c-figure__image{display:block;height:auto;max-height:var(--api-figure-max-height,var(--figure-max-height));-o-object-fit:var(--figure-contain);object-fit:var(--figure-contain);-o-object-position:var(--figure-position);object-position:var(--figure-position);width:100%}.c-figure__caption{color:var(--api-caption-color,var(--brand-black));font-size:var(--font-size-caption,var(--font-base-size));line-height:1.5;margin-top:.5rem}.c-figure__caption:before{content:"/";font-size:15px;font-weight:var(--font-weight-medium);margin-right:.5em}.c-figure--has-aspect-ratio .c-figure__image{aspect-ratio:var(--api-figure-aspect-ratio,auto)}}