.hero-video-widget {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: #ff3333;
}

.hero-video-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-fallback {
  background-color: #ff3333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.hero-video-bottom-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 328px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-video-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 24px 50px;
  box-sizing: border-box;
}

.hero-video-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  width: 100%;
}

.hero-video-meta {
  margin: 0;
  color: #f4f4f4;
  font-family: "TINY5x3", monospace !important;
  font-feature-settings: "ss03" 1;
  font-weight: 140;
  font-style: normal;
  font-size: 44px;
  line-height: 42px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  font-variant-numeric: lining-nums tabular-nums;
  white-space: nowrap;
}

.hero-video-meta-top {
  margin-bottom: 2px;
}

.hero-video-meta-bottom {
  margin-top: -6px;
}

.hero-video-title {
  margin: 0;
  color: #f4f4f4;
  font-family: "TINY5x3", monospace !important;
  font-feature-settings: "ss03" 1;
  font-weight: 140;
  font-size: 141.6px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
}

.hero-video-title .hero-video-char {
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  will-change: font-weight;
}

.hero-video-title .hero-video-space {
  width: 0.32em;
}

.hero-video-widget .hero-video-mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .hero-video-bottom-gradient {
    height: 260px;
  }

  .hero-video-meta {
    font-size: 32px;
    line-height: 30px;
  }

  .hero-video-title {
    font-size: 96px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-video-bottom-gradient {
    height: 180px;
  }

  .hero-video-content {
    padding: 0 14px 20px;
  }

  .hero-video-widget .hero-video-desktop {
    display: none;
  }

  .hero-video-widget .hero-video-mobile {
    display: block;
  }

  .hero-video-copy {
    gap: 2px;
  }

  .hero-video-meta {
    font-size: 22px!Important;
    line-height: 19px;
    white-space: normal;
  }

  .hero-video-meta-bottom {
    margin-top: -2px;
  }

  .hero-video-title {
    font-size: 56px;
    white-space: normal;
  }
}
