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



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

/* page content */





@media screen and (max-width:767px) {
  #page section:first-child iframe#player {
    width: 100% !important;
    left: 0 !important;
    height: auto !important;
}
#page section:first-child {
    min-height: unset !important;
    height: 70vh !important;
}
  }

main {
  background-image: url("../../Images/background-image.png");
		background-color: white;
		font-size: 2rem;
  margin-top: 50vh;
  padding: 5px;
  position: relative;
}