#himachal-head{
  background: linear-gradient(rgb(0, 0, 0, .7), rgb(0, 0, 0, .4), rgb(0, 0, 0, .9)), url("../images/himachal-bg-mobile.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media(max-width:600px){
  #himachal-head{
    background: linear-gradient(rgb(0, 0, 0, .7), rgb(0, 0, 0, .4), rgb(0, 0, 0, .9)), url("../images/himachal-bg-mobile.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

}
