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

.wrapper {
  align-items: center;
  background: black;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

.wrapper video {
  height: 50%;
  width: 50%;
}