img{
    max-width: 100%;
    max-height: 100%;
    width: 500px;
    aspect-ratio: auto;
}
figure{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
figcaption{
    align-self: center;
    min-width: fit-content;
}