.player-view {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: inherit;
    max-height: inherit;
}

.player-view > div {
    width: 100%;
    height: 100%;
}
.player-view .pf-player-live,
.player-view .player-live,
.player-view .iframeLive {
    width: 100%;
    margin: 0;
    max-width: inherit;
    max-height: inherit;
    height: 100%;
}
