.masthead-wrapper {
	position: relative;
}
.masthead {
	width: 100%;
	display: table;
	vertical-align: middle;
	h1, p {
		color: white;
	}
}
.masthead-inner {
	display: table-cell;
  vertical-align: middle;
  padding-top: 50px;
}
.masthead-image {
	position: absolute; 
	width: 100%; 
	height: 100%;
}