.player-related-videos {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px 30px 10px;
  margin: 0;
  background: rgba(0, 0, 0, 0.64);
  overflow: hidden;
  display: block;
}

.reltbl {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: table;
  margin: auto;
  max-width: 960px;
}

.reltblcell {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 519px){
  .player-related-videos {
    display: none;
  }
}


.frameplus6 {
  /*min-width: 300px;*/
  width: 50%;
  max-width: 480px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  padding-top: 0;
}

.right3, .left3 {
  float: left;
  overflow: hidden;
  width: 25%;
  max-width: 240px;
}

.right3 .vjs-rel-thmb, .left3 .vjs-rel-thmb {width: 100%;}

.frameplus6 .vjs-rel-thmb {width: 50%;}
.twothumbs {width: 100%;}

.vjs-rel-thmb {
  /*min-width: 180px;*/
  position: relative;
  float: left;
  height: auto;
  padding: 0%;
  overflow: hidden;
}

.vjs-rel-thmb a:hover span {display:none;}

.vjs-rel-thmb span {
  padding: 2px;
  height: 28px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.6;
  background: #000;
  color: white;
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.vjs-rel-thmb img {
  width: 100%;
  height: auto;
  display: block;
}