iframe._iframe {
display: block;
position: fixed;
left: 0;
border: none;
width: 100%;
}

iframe#topFrame {
top: 0;
height: 70px;
border: none;
}

iframe#bottomFrame {
top: 70px;
height: 95vh;
border: none;
bottom: 100px;
}