.hero {
  min-height: 420px;
  display: block;
  background: #071525 url("../img/hero-header.png") center / cover no-repeat;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 610px;
}

@media (max-width: 900px) {
  .hero {
    padding-top: 32px;
    background-position: 62% center;
  }
}
