.pc-hv-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pc-hv-wrapper .pc-hv-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pc-hv-wrapper .pc-hv-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.pc-hv-wrapper--fallback .pc-hv-video {
  display: none;
}