video#bgvid {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    /*opacity: .6;*/
}

.video {
    position: relative;
}

.black {
    background: url('../img/twinkle_twinkle.png') repeat;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-four {
    z-index: 9999;
    text-align: center;
    color: #fff;
    font-size: 700%;
    text-transform: uppercase;
    font-weight: bolder;
    opacity: .6;
    width: 800px;
    height: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -70px;
}
