.iframe-content-section .section-inner {
	position: relative;
}

.iframe-content-section .content-wrapper {
	background-color: var(--color-lighter-gray);
	padding: 45px 30px 30px 30px;
}

.iframe-content-section .content-wrapper h2 {
	margin-top: 0;
}

.iframe-content-section .iframe-wrapper {
	height: 600px;
	overflow-y: scroll;
	position: relative;
	border: 1px solid var(--color-lighter-gray);
}

.iframe-content-section iframe {
	pointer-events: none;
	width: 100%;
	height: 2500px;
	border: none;
}

.iframe-content-section .continue-reading {
	position: absolute;
	bottom: -1900px;
	right: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	color: white;
	height: 200px;
	background: linear-gradient(transparent, black);
	z-index: 99;
	text-align: center;
}

.iframe-content-section .continue-reading > .inner{
	position: relative;
	height: 100%;
}

.iframe-content-section .continue-reading .button {
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;

}
