body {
  margin: 0;
  background-color: #1e1e1e;
}

section {
  height: 100vh;
  display: grid;
  align-items: center;
}

section video {
  max-width: 100%;
  height: auto;
  padding: 0 2.5vw;
}
