iframe {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	opacity: 1;
	background-image: linear-gradient(to bottom, white 70px, transparent);
	background-repeat: no-repeat;
}



/* .frame-container {
	overflow-y: scroll;
	position: fixed;
	top: 10px;
	bottom: 0;
	right: 0;
	left: 0;
} */