.page {
    height: calc(100vh - 100px);
    margin-top: 100px;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}