.video-background-container{position:relative;width:100%;height:100vh;overflow:hidden}.video-background{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;filter:brightness(15%)}.content-overlay{position:relative;z-index:1;color:#fff;text-align:center;height:100%}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.1);z-index:-1}