#introvideo {
  /*
    width: 100vw;
    height: 100vh;
  */
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
  position: relative; }

#introvideo video {
  /*
    width: 100vw;
    height: 100vh;
  */
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 10; }

#introvideo video[poster] {
  object-fit: cover; }
