
svg {
    width: 100vw;
    height: 100vh;
    position:absolute;
}

svg mask rect {
    fill: rgb(255, 255, 255);
}
svg > rect {
    fill: rgb(255,255,229);
    -webkit-mask: url(#mask);
    mask: url(#mask);
}
video{
  position: absolute;
  top: 0%;
  left: 4%;
  min-width: 96%;
  min-height: 96%;
  width: auto;
  height: auto;
  z-index: -1;
  overflow: hidden;
}
