.jwplayer.jw-state-complete .jw-controls,
.jw-state-idle .jw-controls {
	/*background: transparent!important;*/
	background: unset!important;
}
.jw-controls-backdrop {
	background: linear-gradient(to bottom,transparent,rgb(0 0 0 / 12%) 77%,rgba(0,0,0,.4) 100%) 100% 100%/100% 240px no-repeat transparent!important;
}

.jw-display .jw-icon {
	width: 30px!important;
    height: 10px!important;
    line-height: 88px!important;
    background: rgba(0,0,0,0.5);
    padding: 18px;
    border-radius: 18px;
}
.jw-display .jw-icon:hover {
	background: red;
}
.jw-icon.jw-icon-display.jw-button-color.jw-reset svg {
	height: 28px;
}