

article {

    height: fit-content;
    box-sizing: border-box;

    >iframe {
        width: 100%;
        height: 70vh;
    }
}

