.player {
  background-size: cover;
  background-position: top center;
  position: relative; }
  .player .wndef {
    display: none; }
  .player .sub_caption {
    position: absolute;
    bottom: 3vh;
    right: 2em;
    margin: 0 1em;
    padding: 1em 2em;
    height: 25vh;
    overflow-y: scroll;
    padding: 1em;
    background: rgba(251, 251, 251, 0.8); }
    .player .sub_caption h3 {
      text-align: center; }
      .player .sub_caption h3 small {
        font-size: 60%; }
    .player .sub_caption table {
      margin: 1em auto 0;
      width: 100%;
      max-width: 400px;
      font-size: 90%;
      line-height: 140%; }
      .player .sub_caption table th, .player .sub_caption table td {
        margin: 0;
        border-bottom: 1px solid #666; }
      .player .sub_caption table th {
        vertical-align: top;
        white-space: nowrap; }
