table {
    width: 100%;
    background: #FFFFFF;
}

.wrapper {
    width: min(1920px, 100% - 3rem);
    margin-inline: auto;
}

iframe {
    display: block;       /* iframes are inline by default */
    background: #ffffff;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}