html, body {
    height: 100%;
}
main {
    height: 100%;
}
section {
    height: 100%;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
}