/*!
 * jQuery Video Background plugin
 * https://github.com/georgepaterson/jquery-videobackground
 *
 * Copyright 2011, George Paterson
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 */


 #videoFrame {
 	height:80%;
    /*width:100%;*/
 	position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}
 #videoPresentation {
	/*flex:0;*/
    height:100%;
	min-height:100%;
	min-width:100%;
 }

#main {
  padding: 10px;
  margin: 10px 0;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-background video {
  min-height: 100%;
  min-width: 100%;
}

/*
 * The following styles are for example only.
 * Styling will likely be project specific. 
 *
 */	
.ui-video-background {
	position: absolute;
	top: 30px;
	left: 840px;
}
.ui-video-background-controls {
	margin: 0;
	padding: 0 10px;
}
.ui-video-background-controls li {
	float: left;
	padding: 10px;
}