﻿.iframe-container {    
    /*padding-bottom: 60%;
    padding-top: 30px; */
    height: 400px; 
    overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 98%;
}
.iframe-container html body img 
{
	width:100%;height:100%;
}