@CHARSET "UTF-8";


.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; *///
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */
  width:100%;
  height:100%;
  
}

/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  .hide-visually;
}
.videobg { 
   width:651px; 
   height:407px;  
   background:transparent url('../pictures/logo.png') no-repeat 0 0; 
   -webkit-background-size:cover; 
   -moz-background-size:cover; 
   -o-background-size:cover; 
   background-size:cover; 
}

@control-bg-color: #07141E; // e.g. rgb(255, 255, 255) or #ffffff
@control-bg-alpha: 0.7; // 1.0 = 100% opacity, 0.0 = 0% opacity

.videobg{
	background-color: white !important;
}

/* Play/Pause
--------------------------------------------------------------------------------
*/