#videoPlayer {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
    padding: 0;
  margin: 0;
  display: block;
  z-index: 0;
  position: absolute;
}
html, body {
  padding: 0;
  margin: 0;
  background-color: #000000;
  font-family: 'Times New Roman',serif;
}
#wording {
  position: absolute;
  top: 250px;
  z-index: 100;
  color: #F0D990!important;
  margin: 10%;
  font-size: 1.5em;
}