html,body { margin:0; padding:0; height:100%; width:100%; }
body {
	background-color: #eff2f4;
}
#inwb_hirlevel_section {
	/*max-width: 1152px;
	padding: 15px;
	margin: 0 auto;
	font-size: 18px;
	color: #18214d;
	font-family: Tele-Grotesk-NextRegular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #f4f2ed;*/
}
#inwb_hirlevel_section #iframe_container{
	position: relative;
	overflow: hidden;
	width: 100%;
        padding-top: 700px;
}
	#inwb_hirlevel_section #iframe_container iframe{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}