/* PlayerComponent PHP inline styles externalized here. */
.player-component__body{padding:0;background:#494949;position:relative;}
.player-component__frame{display:block;width:100%;height:500px;border:0;background:#000;}

/* a_0012: PlayerComponent is nested inside Bootstrap-style .embed-responsive.
   Keep the wrapper chain at full height so the iframe does not collapse to 0px. */
.ewave-player-box .embed-responsive > .play-wrap{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.ewave-player-box .embed-responsive > .play-wrap > .player-component__body{
  width:100%;
  height:100%;
  min-height:100%;
}
.ewave-player-box .embed-responsive .player-component__frame{
  width:100%;
  height:100%;
}
