html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #000;
}

#eyes-video {
    width: 100%;
    max-width: 1000px;
    mix-blend-mode: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 66%;
}
/* 
.video-wrapper::before {
    content: ".";
    width: 100%;
    height: 400px;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 66%;
    box-shadow: inset 0px 0px 50px 50px #000;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.8);
    mix-blend-mode: overlay;
} */

#eyes-slider {
    width: 800px;
    margin: auto;
    display: block;
    height: 3em;
    display: none;
}
