html,body {
    height:100%; 
    margin-top:0; 
    margin-bottom:0;
}
.h_iframe iframe {
    width:100%;
    height:calc(100% - 0.5%);
}
.h_iframe {
    width:100%;
    height:100%;
}