.basic-page {}

.basic-page__banner {
    width: 100%;
    background-size: cover;
    background-position: 0% -110px;
    height: 70rem;
    z-index: -1;
    position: fixed;
    	top: 0;
}
	@media only screen and (max-device-width: 1024px) {
		.basic-page__banner {
			background-attachment: scroll;
		}
		/*The above turns off parallax for mobile and tablet browsers*/
	}
.basic-page__panel {
	width: 100%;
	margin-top: 35rem;
	padding: 2rem 0;
	background-color: var(--color-background-grey);
	z-index: 3;
}
.basic-page__content p {
	font-family: var(--condensed-font);
	line-height: 24px;
	color: var(--color-text-body);
	font-size: var(--text-large);

}
	.basic-page__content p img {
		width: 100%;
		height: auto;
	}
