/* OVER RIDE  */
figure.header-one figcaption {
	height: auto;
	text-align: left;
	bottom: 0px;
	background-color: rgba(54,54,67,0.81);
	width: 50%;
}
figure.header-one figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.0em;
	font-size: 1.4em;
}

@media (max-width: 800px) {
figure.header-one figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.0em;
	font-size: 0.9em;
}	
}