ol li{ flex-direction: column; } #video-container { margin: 24px auto; position: relative; width: 100%; height: auto; overflow: unset; } #video-background { position: relative; overflow: unset; height: auto; } #video-foreground { position: relative; overflow: unset; /* El video no intercepta clics */ } #bg-video { width: 100%; height: auto; min-width: 100%; min-height: inherit; object-fit: cover; position: relative; top: 0; left: 0; transform: none; z-index: 1; pointer-events: none; }