body {
    height: 100vh;
}

iframe {
    width: 100%;
    height: calc(100vh - 66px);
}