input, label {
  display: block;
  width: 250px;
}
label {
  margin-top: 10px;
}
#videoWrap {
  position: relative;
  width: 640px;
  max-width: 90%;
  height:360px;
  background-color: #000;
  margin: 10px 0;
}

#video, #click {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#click {
  cursor: pointer;
  display: none;
}

fieldset {
  width: 640px;
  max-width: 90%;
}

#banner {
  width: 100%;
  height: 35px;
  background-color: black;
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
}