/******* Do not edit this file *******
Code Snippets Manager
Saved: Jun 18 2026 | 10:30:14 */
#global-video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

#global-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}