.hero {
  background-image: url("../img/bg-hero-v2.jpg");
 
}

 
@media (max-width: 768px) {
  .hero {
    background-image: none;  
     
  }
}