body {
  margin: 0;
  background: #776633; 
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('../_img/grain_still.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

#logo {
  background: url('../_img/Vla_v07_orng.png') no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
   position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;

}