﻿.video-background {
    position: relative;
    height: 540px;
    overflow: hidden;
}

    .video-background video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        z-index: -1;
        object-fit: cover;
    }

.content-overlay {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    padding-top: 20vh;
}
