/* Additional style for videojs. */
.wbm-video-player {
	width: 100%;
	height: 100%;
}
.wbm-video-player .video-js .vjs-tech {
	width: 100% !important;
	height: 100% !important;
	margin-bottom: 0 !important;
}

.wbm-video-player .mejs-layers,
.wbm-video-player .mejs-controls {
	opacity: 0 !important;
	display: none;
}
