body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 101%;
    width: 100%;
}