.featherlight-close-icon, .featherlight-close {
	background: #fff !important;
}

.featherlight-content {
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
}

.featherlight .featherlight-content {
	padding: 5px;
	border-bottom:0px;
}

.featherlight .featherlight-content, .featherlight-close-icon, .featherlight-close {
	background: #e79e5d !important;
}

.lightbox {
	display: none;
}

.video-js.vjs-fullscreen {
	width: 100% !important;
	height: 100% !important;
}

video {
	object-fit: cover;
}

video::-webkit-media-controls {
	display:none !important;
}

#video-player {
	width: 640px;
	height: 360px;

	margin: 0 auto;
	padding: 0;
}

.video-js .vjs-text-track-display {
	text-align: center;
	position: absolute;
	bottom: 4em;
	left: 1em;
	right: 1em;
}

/* Individual tracks */
.video-js .vjs-text-track {
	display: none;
	font-size: 2.4em !important;
	text-align: center;
	margin-bottom: 0.1em;
	/* Transparent black background, or fallback to all black (oldIE) *///
	.background-color-with-alpha(rgb(0, 0, 0), 0.5);
}

.video-js .vjs-subtitles { 
	color: #f00;
}
  
.video-js .vjs-captions { 
	color: #fc6; 
}
  
  
  