/*html, body {*/
  /*height: 100%;*/
  /*margin: 0;*/
  /*overflow: hidden;*/
/*}*/
/*.sixteen-nine {*/
  /*position: relative;*/
  /*display: block;*/
  /*width: 100%;*/
  /*padding-top: 56.25%;*/
/*}*/
/*.sixteen-nine > .content {*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
/*}*/
/*#player {*/
  /*background-repeat: no-repeat;*/
  /*background-size: contain;*/
  /*background-position: center;*/
  /*width: 100%;*/
  /*height: 100%;*/
/*}*/

html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.player-container {
  width: 100%;
  padding-top: 56.25%; /* 1:1 Aspect Ratio */
  position: relative;
}
.player-child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#player {
  width: 100%;
  height: 100%;
}
.jw-featured {
  display: none;
}