html, body {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.h_iframe iframe {
    width: 100%;
    height: calc(100% - 75px);
}

.h_iframe {
    height: 100%;
}

.element {
    width: 100%;
    height: 70px;
    background: red;
}
