#video-player {
	margin: 1rem auto;
}

.jw-controlbar, .jwplayer {
    background-color: rgba(0,0,0,0) !important;
}

.jw-preview {
    background: rgba(0,0,0,0) no-repeat 50% 50% !important;
}

[data-unit="video-caption"] {
    padding: .5rem 1rem;
    font-weight: 600;
}

[data-unit="video-date"] {
	padding: .5rem 1rem;
}

[data-unit="video-tags"] {
	padding: .5rem 1rem;
	font-size: .7rem;            
}

[data-unit="video-tags"] a {
	text-decoration: none;
	color: #4800ff;
}