.about-sub {
	background-image: url(/images/panels/about-bg.jpg);
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
}

.about-sub:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background-image: linear-gradient(358deg,#1A1A1A,rgba(26,26,26,0.749),rgba(26,26,26,0.482),rgba(26,26,26,0.349),rgba(26,26,26,0.25),rgba(26,26,26,0.125),rgba(26,26,26,0));
}

/* 1000px Responsive */

@media screen and (max-width:1000px) {
	.about-sub > section {
		padding-top: 0;
	}

	.about-sub .main > div:first-of-type {
		-ms-flex-order: 1;
		order: 1;
		margin-top: 4em;
	}
}

/* End 1000px Responsive */
