.page-content {
    padding-top: 0;
    margin-top: 0;
}

iframe {
    width: 100%;
    border: none;
    aspect-ratio: 16 / 9;
}

.iframe-holder {
    display: flex;
    flex-direction: column;
    gap: 5px;

    div {
        padding: 10px;
        background-color: var(--color-accent);
        color: white;
        font-size: smaller;
        font-weight: bold;
        flex-grow: 1;
    }
}

@media screen and (min-width: 1201px) {
    .iframe-holder {
        max-width: 300px;
    }
}
