figure{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 60%;
    min-width: 300px;
    margin: auto;
    iframe{
        width: 100%;
        min-width: 300px;
        aspect-ratio: 16/9;
    }
    figcaption{
        font-weight: 200;
        font-style: italic;
    }
}