/* 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;}

/* tv22: the theme's .embed-responsive expects the iframe as a direct child.
   PlayerComponent adds wrappers, so make that wrapper chain fill the ratio box. */
.myui-player__video.embed-responsive > .play-wrap{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}
.myui-player__video.embed-responsive > .play-wrap > .player-component__body{
    width:100%;
    height:100%;
    min-height:100%;
}
.myui-player__video.embed-responsive .player-component__frame{
    width:100%;
    height:100%;
}

