html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  background-image: linear-gradient(#101010 0%, #343434 50%, #101010 100%);
  background-image: -webkit-linear-gradient(#101010 0%, #343434 50%, #101010 100%);
}

#video {
  /*display: block;*/
  width: 100%;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.5);
}
