* {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

#video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    height: 100%;
    width: 80rem;
    transform: translate(-50%, -50%)
}