.hero {
  min-height: clamp(500px, 56.25vw, 945px);
  background-image: url("home-emirates-a380.webp");
  align-items: start;
  padding-top: clamp(28px, 4vw, 60px);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #020b12;
}

.hero > .shell {
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.hero h1 {
  margin-top: 0;
}

.hero h1 span {
  margin-left: 0;
}

.hero .lead {
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

.live {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.twitch-mark {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
  flex: none;
}

.hero .primary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

@media (max-width: 560px) {
  .hero {
    min-height: 500px;
    background-size: cover;
    background-position: center top;
  }

}
