.wp-block-meta-hero {
  position: relative;
  overflow: hidden;
  background: rgb(25.5, 25.5, 25.5);
}
.wp-block-meta-hero .container {
  position: relative;
  z-index: 2;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 960px;
  padding: clamp(6.25rem, 3.25rem + 0.1 * 100vw, 11.25rem) var(--wp--custom--spacing--outer-x) clamp(3.75rem, 1.5rem + 0.075 * 100vw, 7.5rem) var(--wp--custom--spacing--outer-x);
  width: 100%;
}
.wp-block-meta-hero .container h1 {
  max-width: 1024px;
  margin-inline: auto;
  color: var(--wp--custom--color--background);
  font-size: clamp(2.125rem, 10px + 5vw, 4.625rem);
  text-align: center;
}
.wp-block-meta-hero video {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-style: preserve-3d;
}
.wp-block-meta-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(25.5, 25.5, 25.5), transparent 35%);
  opacity: 0.65;
}
