.hero{
height:100vh;
background:
linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.5)),
url('assets/hero-car.jpg') center/cover no-repeat;
}