/*! videojs-overlay - v0.0.0 - 2014-4-26
 * Copyright (c) 2014 Brightcove
 * Licensed under the Apache-2.0 license. */

/**
 * Some handy default styles for overlays.
*/
.vjs-overlay {
  position: relative;
  width: 100%;
  height: 47px;
  margin: 0 auto;
  -webkit-user-select: all; 
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.overlayheight {
	height: 100%; !important
}