Beskrivning
× .lightbox { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85); justify-content: center; align-items: center; text-align: center; } .lightbox.active { display: flex; } .lightbox-content { display: flex; justify-content: center; align-items: center; padding: 0 16px; box-sizing: border-box; } .video-wrapper { display: flex; align-items: center; gap: 20px; flex-wrap: nowrap; } .video-frame { position: relative; height: 100vh; aspect-ratio: 9 / 16; max-width: 100vw; overflow: hidden; border-radius: 4px; } .video-frame iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } .close-btn { position: absolute; top: 5px; right: 5px; z-index: 1001; color: #fff; background: #1e3d37; padding: 10px 16px; border-radius: 50%; font-size: 28px; font-weight: bold; text-decoration: none; cursor: pointer; box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); line-height: 1; user-select: none; } .close-btn:hover {