.container-fluid.page-banner.lozad {
	height: 425px !important;
}
.page-banner h1 {
	font-weight: 600;
	font-size: 37px !important;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.3) !important;
	padding: 10px;
	text-align: center;
	display: inline-block;
	position: absolute;
	right: auto;
	left: 50%;
	width: auto;
	transform: translate(-50%, -50%);
	top: 50%;
}