h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro';
}

body, input {
  font-family: 'Montserrat';
}

body {
  margin: 0;
}

video {
  position: fixed;
  top: 65;
  left: 0;
  right: 0;
  width: 100% !important;
  height: auto !important;
}

.stream_container {
  position: fixed;
  top: 65;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: black;
  visibility: hidden;
}
