#video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    object-fit: contain; /* toute la vidéo, jamais coupée */
    background: black;
    z-index: 0;
}
