body {
  margin: 20px;
}

@media only screen and (min-width: 600px) {
  div.video-player {
    max-width: 900px;
  }
}