figure {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: var(--gap-xs);

    overflow: hidden;
}

figure img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    
    object-fit: cover;
}