html {
    height: 100%;
    position: fixed;
    width: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

iframe {
    border: 0;
    height: 100%;
    width: 100%;
}