.hero {
  width: 100%;
  height: 60vh;           
  min-height: 360px;      
}

.hero-box {
  width: 100%;
  height: 100%;
}

.hero-main {
  background: url("../images/hero-a.jpg") center / cover no-repeat;
}