.media-player-wrapper { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden }
      .media-player { position: absolute; top: 0; left: 0 }
      .media-meta {}
      .media-title {}
      .media-description {}
      @media (max-width: 854px) {
        .content { width: 90% }
        h1 { font-size: 26px; margin: 10px 0 5px 0 }
        h2 { font-size: 20px; margin: 10px 0 5px 0 }
        p { margin: 10px 0 5px 0; font-size: 14px }
      }