@charset "utf-8";
/* CSS Document */

/* video background */
#background-video {
  height: 700; /*default: 100vh*/
  width: 100vw;
  object-fit: cover;
  position: fixed;
  /*left: 0;*/
  /*right: 0;*/
  top: 0; /*defualt: 0*/
  /*bottom: 0;*/
  z-index: -1;
}

