.video-container {
  overflow: hidden
}

video#bgvid {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  z-index: -100;
  background: url(../img/skull.jpg) no-repeat;
  background-size: cover;
}

/*.row-fluid [class*="span"] {
    margin-left:0px;
}*/

#main {
  margin:0 auto;
  float:none;
}

.center_my { 	
	float: none; 	
	margin-left: auto; 	
	margin-right: auto; 
}
