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