html,
body,
div,
h1,
p,
a,
video {
  margin: 0;
  padding: 0;
}

/* ========  HTML, BODY  ======== */

html,
body {
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
}
.video {
  position: fixed;
  top: 50%; 
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.video {
  position: fixed;
  top: 50%; 
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}