HTML
.iframeContainer{
position: relative;
width: 1000px;
height: 600px;
overflow:hidden
}
.iframeContent{
position: absolute;
top: -380px;
left: -240px;
width: 1500px;
height: 2000px;
transform: scale(0.9)
}