@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)}.c-figure--expandable{cursor:pointer;position:relative}.c-figure__expand{backdrop-filter:blur(15px);background:hsla(0,0%,100%,.4);box-shadow:0 0 10px 0 rgba(0,0,0,.15);height:30px;pointer-events:none;position:absolute;right:20px;top:15px;width:30px}.c-figure__expand:after{background:#292624;content:"";display:block;height:100%;-webkit-mask-image:url(../../../img/icons/image-expand.svg);mask-image:url(../../../img/icons/image-expand.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;transform:scale(.75);transition:transform .25s ease-out;width:100%}.c-figure--expandable:focus .c-figure__expand:after,.c-figure--expandable:hover .c-figure__expand:after{transform:scale(1)}}