section.head h1{
	padding:75px 0px;
	text-align:center;
	position: relative;
	z-index: 2;
}

section.head .content-img{
	position: relative;
}
section.head .content-img:after{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.14);
	content:"";
	position: absolute;
	top:0;
	left:0;
}
section.head .content-img img{
	width:100%;
	height:100%;
	top:0;
	left:0;
	object-fit: cover;
	position: absolute;
}