paspartu {
    position: relative;
    float: left;
    height: 50%;
    width: 100%;
    overflow: hidden;
}
.iframe {
    position: relative;
    float: left;    
    height: calc(100vh + 50px);
    width: calc(125% + 50px);
    overflow:hidden;
}
 
 