@layer components {
	.main-container {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
		position: relative;

		.fondo_video {
			width: 100%;
			height: 100vh;
			object-fit: cover;
			inset: 0;
			z-index: -1;
			filter: brightness(0.6);
		}
	}
}
