
.flexheader {
	display: block;
	width: 100%;
	height: 250px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url('/project/cafuture/ui/flexheader/pub/db/default.jpg');
	position: relative;
}

@media screen and (max-width: 768px) {
	.flexheader {
		height: 150px;
	}
}

.flexheader h1 {
	position: absolute;
	margin-top: 200px;
	padding-bottom: 20px;

}