/* jwplayer */
.jwplayer div {
  overflow: visible !important;
}
.jwplayer .jwdockbuttons .button {
  background: none !important;
}
.jwplayer .jwdockbuttons .button > [id$='_dock_related'] {
  background: none !important;
}
.jwplayer [id$='_googima'] img {
  width: auto !important;
}
.jwplayer [id$='_related'] {
  background: rgba(0, 0, 0, 0.9) !important;
}
.jwplayer [id$='_related'] > div {
  /*&:first-child{
        top: 15px !important;
      }*/
}
.jwplayer [id$='_related'] > div:nth-child(2) {
  font-family: 'Titillium Web' !important;
  left: 25px !important;
  text-align: left !important;
  text-transform: uppercase !important;
  top: 15px !important;
}
.jwplayer [id$='_related'] > div:nth-child(3) {
  /*left: 5% !important;
        right: 5% !important;*/
}
.jwplayer [id$='_related'] > div:nth-child(3) > div {
  /*float: left;
          left: initial !important;
          margin-right: 3% !important;
          position: relative !important;
          top: initial !important;
          width: 48% !important;
          &:nth-child(2n){
            margin-right: 0 !important;
          }*/
}
.jwplayer [id$='_related'] > div:nth-child(3) > div img {
  display: none !important;
}
.jwplayer [id$='_related'] > div:nth-child(3) > div > div {
  background-color: rgba(0, 0, 0, 0.7) !important;
  bottom: 0;
  color: #fff !important;
  font-family: 'Titillium Web' !important;
  font-size: 12px !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  top: initial !important;
  white-space: nowrap;
}
