[data-match-native-video-root] {
  background-image: var(--match-video-poster);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
[data-match-native-video-root] > .sqs-video-background-native__video-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
[data-match-native-video-root] .match-native-background-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-match-native-video-root] .match-native-background-video { display: none; }
}
