body {
    position: relative;
    color: #fbfbfc;
    background-color: #000;
    box-sizing: border-box;
    margin: 0;
}
body, html {
    height: 100%;
    overflow: hidden;
}
.iframe{
    width: 100%;
    height: 100%;
}
.jwplayer.jw-flag-aspect-mode{
    height: 100% !important;
}
.jwplayer{
    width: 100% !important;
    height: 100% !important;
}
