.pane-right {
    position: fixed;
    top: 0px;
    left: 55%;
    right: 0%;
    bottom: 0px;
    z-index: 99;
    height: 100%;
    background-color: white;
}
.pane-right > iframe {
    width:100%;
    height:100%;
}
