
#videos { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 5000; display: none; background: #000;} 
#videos > div { width: 100%; height: 100%; }
#videos video { width: 100%; height: 100%; }

#videos .video-close { 
	width: 104px; height: 104px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -52px;
	border-radius: 210px;
	background-size: contain;
	opacity: 0.3;
	font-size: 42px;
	color: #fff;
	cursor: pointer;
	transition: transform 0.4s, opacity 0.4s;
	text-align: center;
	color: #333;
	overflow: hidden;
}

#videos .video-close { opacity: 1; }
#videos .video-close i { 
	border-radius: 110px; width: 80px; height: 80px; 
	position: absolute; left: 50%; top: 50%;
	margin-left: -40px; margin-top: -40px;
	background: rgba(255,255,255,0.5);
	overflow: hidden; line-height: 80px;
	font-size: 64px;
	font-weight: normal;
}

#videos .video-close:active { transform: scale(1.2); opacity: 1; }


.vjs-control-bar { max-width: 90%; margin:auto; border-radius: 100px; margin-bottom: 10px;}
/*.video-js .vjs-fullscreen-control { display: none; }*/
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar
{
  visibility: visible;
  opacity: 1;
}
.vjs-control-bar { font-size: 3em; }
.video-js .vjs-big-play-button { left: 50% !important; top: 50% !important; margin-left: -1.5em; margin-top: -0.75em;}


 .mobile-ver .vjs-control-bar { max-width: 98%; }
 .mobile-ver .video-js .vjs-control-bar { font-size: 1em; }