.hero h1 {
  width: min(78vw, 900px);
  height: clamp(32px, 6.4vw, 78px);
  max-width: none;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  color: transparent;
  background: url('/static/explorer/images/og-headline-one-line.png?v=2') left center / contain no-repeat;
}
