.hero-image{
      margin-top: -5%;
    position: relative;
    z-index: -1;
}

@media (max-width: 749px){
  .hero-image {
    margin-top: -6%;
}
}