#content::before {
background-image: url('../images/cover/callformakers2.jpg');
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 350px;
background-color: #333;
background-size: cover;
background-position: 50% 15%;
margin-top: 125px;
z-index: -1;
}

#content {
margin-top: 285px;
}