.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  opacity: 0.74;
}

.division-tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.division-tag strong,
.division-tag small {
  display: block;
}

.division-tag small {
  line-height: 1.25;
  white-space: nowrap;
}

@media (max-width: 860px) {
  .hero video {
    object-position: center center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero video {
    display: none;
  }

  .hero {
    background: #111 url('/assets/nxt-hero-poster-v30.jpg') center / cover no-repeat;
  }
}
