#lab-header{
	background-color:rgba(45, 52, 62, 0.9);
	width:100%;
	overflow:hidden;
	position:relative;
	color:#fff;
	min-height:350px;
}
.lab-image{
	background:linear-gradient(rgba(45, 52, 62, 0.9), rgba(45, 52, 62, 0.9)), url('../images/labs/sciencelab-1.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:75% 42%;
	background-attachment:fixed;
}
.lab-heading{
	text-align:center;
	margin-bottom:15px;
}