.full-bleed-background-video__wrapper {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  background: var(--color--border);
}

.full-bleed-background-video__video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  object-fit: cover;
  object-position: 50% 50%;
}