
#about {
 	position: relative;
	top:0px;
}
#logo {
	width:500px;
	height: auto;
	margin-left:-250px;
	top:50%;
	position: absolute;
	left:50%;
	-webkit-transform: translateY(-50%);
	z-index: 999999;
}
.w-25 { 
	width: 25% !important;
}
.w-50 { 
	width: 50% !important;
}
.w-100 { 
	width: 100% !important;
}
 .videoWrapper, .video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe, .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrap, #audioWrap {
	position: fixed;
	left:0px;
	right:0px;
	z-index: 0;
	height:100%;
	top:0px;
	background: #333;
	-webkit-transition: all 1s ease;
	overflow: hidden;
}
.video  {
overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.overVideo {
overflow: hidden;
		position: absolute;
	left:0px;
	z-index: 999999999999;
	right:0px;
	bottom:0px;
	top:0px;
 	background-color:rgba(0,0,0,0.4);
 	background-position: center;
	background-repeat: repeat;
 }
 .videoWrap video {
min-height: 100% !important; min-width: 100% !important; height: auto !important; width: auto !important; position: absolute; left: 0; top: 0; -webkit-transform: translateZ(0); }