.banner,
.banner .close {
    position: absolute;
    right: 0;
}
body {
    margin: 0;
}
#video_player {
    position: absolute;
}
/*.jw-error .jw-preview,*/
/*.jwplayer .jw-preview {*/
/*    background-size: cover !important;*/
/*}*/
/*.jw-dock-image {*/
/*    background-size: 45%;*/
/*}*/
.banner {
    top: 30%;
    background: #607d8b;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    width: 300px;
    height: 250px;
    text-align: center;
    padding: 5px;
}
.banner .close {
    background: #37474f;
    color: #fff;
    padding: 2px 6px;
    top: 0;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
/*.jw-icon.jw-button-image.jw-button-color.jw-reset {*/
/*    max-height: 75%;*/
/*}*/
.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-rewind {
    display: none !important;
}

/*.jw-display-icon-rewind,*/
/*.jw-display-icon-next {*/
/*    display: none !important;*/
/*}*/
.jw-controls {
	z-index: 2;
}

.jw-rightclick .jw-reset{
    display: none;
}