/*BACKGROUND VIDEO*/
video { 
  position: fixed;
  top: -2.5%;
  left: 0%;
  min-width: 105%;
  min-height: 105%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  transition: 1s opacity;
  overflow: hidden;
}

.stopfade { 
  opacity: .5;
}

@media screen and (max-width: 500px) { 
  div{width:70%;} 
}
@media screen and (max-device-width: 800px) {
  #bgvid { display: none; }
}
