video{
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  min-height: 100vh;
  min-width: 100%;
  max-width: initial !important;
  background-size: cover;
  background-color: white;
  z-index: 1000;
  pointer-events: none;
}