	html,
	body,
	iframe,
	div{
		height: 100%;
	}

/* or */

	*{
		height: 100%;
	}

.iframe-cont{
	position:absolute;
	width:100%;
}