.iframe {
    display: none;
    width: calc(100% - 250px);
    height: 100vh;
    left: 250px;
    border: 0px;
    position: absolute;
    top: 0;
}

@media (max-width: 992px) {
    .iframe {
        width: 100%;
        height: calc(100% - 60px);
        left: 0;
        top: 60px;
    }
}

body {
    color-scheme: light;
    background-color: #FCFCFF;
}
