html,
body,
video {
    width: 100dvw;
    height: 100dvh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

video {
    object-fit: cover;
    cursor: none;
}
