body {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: -10;
	background-color: black;
	width: 100%;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(Rabbit8Banner.jpg) no-repeat;
    background-size: cover; 
}

#audiotable {
	position: relative;
	margin: 0px auto;
}

video#bannervid { 
    position: fixed;
    top: 0%;
    left: 50%;
    min-width: 100%;
/*     min-height: 100%; */
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-0%);
    background: url(neonLogo.jpg) no-repeat;
    background-size: cover; 
}

video#mainvid { 
    position: fixed;
    bottom: 10%;
    left: 50%;
    min-width: 100%;
/*     min-height: 100%; */
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(50%);
    background: url(neonLogo.jpg) no-repeat;
    background-size: cover; 
}
