#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.content {
  position: absolute;
  height:420px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}