
body{
  background-color: #000;
}
#content {
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
  height: 100px;
  overflow: hidden;
}

canvas {
  position: absolute;
}

video {
  position: absolute;
  z-index: -1;
  transform: scale(-1, 1);
}

h1 {
  display: inline;
  font-family: "fairview", helvetica, sans-serif;
  font-size: 82px;
  letter-spacing: 8px;
}


/*--------MEDIAQUERIES----------*/

@media only screen and (max-width: 660px) {
  .crumbs {
margin-left:0px;

}


}