/**.jw-controlbar .jw-rail{background-color:rgba(255,255,255,0.4);box-shadow:none;border:0;}
.jw-controlbar .jw-knob{width:20px;height:20px;box-shadow:none;background:#c10001;}
.jw-controlbar .jw-progress{background:#c10000;}
.jw-controlbar .jw-buffer{background:#c0c0c0;}
.jw-icon-fullscreen .jw-svg-icon-fullscreen-off path,.jw-icon-fullscreen .jw-svg-icon-fullscreen-on path{display:none;}
.jw-icon-fullscreen .jw-svg-icon-fullscreen-off {
	width:28px;height:28px;
    background: url('../img/full_screen.svg') no-repeat center center;
  	background-size:28px auto;
  	opacity:0.8;
}
.jw-icon-fullscreen .jw-svg-icon-fullscreen-on{
	width:28px;height:28px;
    background: url('../img/exit_full_screen.svg') no-repeat center center;
  	background-size:28px auto;
  	opacity:0.8;
}**/