.logo {
  height: 80px;
  width: 100%;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.titles {
  width: 100%;
  min-width: 200px;
}
.is-fullheight {
  padding: 12px;
}
.hero-body {
  padding: 0;
}
.left {
  float: left;
  background-position: left;
  text-align: left;
}
.right {
  float: right;
  background-position: right;
  text-align: right;
}
.center {
  float: left;
  background-position: center;
  text-align: center;
}
.player-container {
  width: 100%;
  padding-top: 56.25%;
  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;*/
/*}*/