.video-container {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 100vh;
			overflow: hidden;		}

		video {
			position: absolute;
			z-index: 1;
			width: 100%;
			height: 100vh;
			max-width: none;
            object-fit: cover;
		}

		.overlay-content {
			position: absolute;
			z-index: 2;
			bottom: 100;
		}


