.results-head{
  background:
    linear-gradient(90deg,rgba(10,25,17,.90),rgba(15,39,25,.76) 58%,rgba(16,39,25,.84)),
    url("assets/friends-golf.png") center 48%/cover no-repeat;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.results-head h1,.results-head p,.results-head a{position:relative}
@media(max-width:600px){
  .results-head{
    background-position:58% center;
    background-image:
      linear-gradient(90deg,rgba(10,25,17,.92),rgba(15,39,25,.80)),
      url("assets/friends-golf.png");
  }
}
