*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.video-bg {
    height: 100vh;
    position: relative;
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

