.hero:before {
  content: "";
  background: none;
  position: absolute;
  inset: 0;
  z-index: 2;
}

h1.hero-logo {
  width: 600px;
  height: 365px;
  display: block;
  text-indent: -9000px;
  background-image: url(/assets/img/logo-header.png);
}