.hero {
  min-height: min(820px, 75vw);
  background: #000;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 38px;
}

.hero > img {
  content: url('logo-golds.png');
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 76px 2vw 88px;
  background: #000;
  opacity: 1;
}

.hero .shade {
  background: linear-gradient(0deg, #05070ae8 0, transparent 22%);
}

.hero-copy {
  display: none;
}

.quick {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22px;
}

@media (max-width: 800px) {
  .hero {
    min-height: 620px;
    padding: 76px 12px 150px;
  }

  .hero > img {
    object-position: center;
    padding: 76px 10px 145px;
  }

  .quick {
    left: 18px;
    right: 18px;
    transform: none;
  }
}
