#page {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  
  #page-content {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
  }
  
  #video-embed iframe {
    height: 100%;
  }
  
  iframe#root {
    min-height: 400px;
  }
  
  @media screen and (min-width: 1020px) {
    iframe#root {
      min-height: 400px;
    }
  
    #video-embed,
    #root {
      float: left;
    }
  
    iframe#root {
      width: 400px;
      margin: 0 auto;
    }
  
    #video-embed {
      width: calc(100% - 400px);
    }
  }
  
  