.video-page {
  background-color: #272727;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }
  .video-page iframe {
    width: 100vw;
    height: calc(100vw / 1.77);
    border: 0; }
