     body {
  		background-color: #101010;
  	 }

    .vid {
        min-height: 100%;
        background-position: center;
        background-size: cover;
     }

	 #hero {
	 	position:relative;
     }

	 #hero video {
	 	height:100%;
        width:100%;
        background-position:absolute;
        z-index:10;
     }