/*Embedded Kaltura player for Jquery playback */
#kaltura_player {
      position: relative;
      padding-bottom: 57%;
      padding-top: 25px;
      height: 0;
      max-width: 1068px;
    }

    #kaltura_player_ifp {
      position: absolute;
      height: 100% !important;
      /* override Kaltura's in-line height */
      width: 100% !important;
      /* override Kaltura's in-line width*/
      top: 0;
      left: 0;
    }