body {
	background-color: black;
}

/* Video Background */

#video-bg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

/* Centered Logo */

.splash-logo {
  position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -264.5px;
    margin-top: -102.5px;
    /* opacity: 0.80; */
}

