body {
	font-family:"Times New Roman", Times, serif;
	font-weight: 400;
   height:100%;
   overflow: hidden;
}
iframe {
	border: none;
	width: inherit;
	height: 68vh;
	position:absolute;
	overflow:scroll;
	
}
.wrapper {
	position: relative;
	height: 100vh;
}
.content {
	position: relative;
	top: 175px;
	width: 99%;
	padding: 20px 0px 20px 20px;
	height: 100%;
}