main {
	display: table;
}
section {
	vertical-align: bottom;
	padding: 0 !important;
	background: url("../img/exterior.jpg") center / cover;
	display: table-cell;
	max-width: 100%;
}
section p {
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	padding: 1.5em;
	background-color: rgba(0, 32, 0, .35);
}
section p span {
	white-space: nowrap;
}