.image-contain{
	background-image: url("../../img/hero-image/photo-of-people-doing-fist-bump.jpg");
	
	height:750px;
	background-size: cover;
	background-repeat: no-repeat;
	align-content: center;
	background-position: center center;
	padding: 5%;
	
}
.eyebrow{
	color:#fff;
	font-family: "FuturaNextW05-Book","Helvetica","Arial",sans-serif;
	font-size:1.25rem;
}
.sized-content-wrapper h1{
	color:#fff;
	font-size:2.125rem;
}
@media only screen and (max-width: 767px) {
	.image-contain{
	
	max-width: 100%;
	height:450px;
	
}
}