.youtube-embed-wrapper{--primary-accent:#fc0;--bg-color:#000;--text-color:#fff;--overlay-font:"Outfit",sans-serif;background-color:var(--bg-color);color:var(--text-color);font-family:var(--overlay-font);height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:9999}.youtube-embed-wrapper .video-background{height:100vh;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100vw;z-index:1}@media (min-aspect-ratio:16/9){.youtube-embed-wrapper .video-background iframe{height:56.25vw;width:100vw}}@media (max-aspect-ratio:16/9){.youtube-embed-wrapper .video-background iframe{height:100vh;width:177.78vh}}.youtube-embed-wrapper .video-background iframe{height:100%;width:100%}.youtube-embed-wrapper .overlay-layer{background:linear-gradient(180deg,rgba(0,0,0,.6) 0,transparent 30%,transparent 70%,rgba(0,0,0,.6));box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:space-between;left:0;padding:40px;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.youtube-embed-wrapper .overlay-layer>*{pointer-events:auto}.youtube-embed-wrapper .back-btn{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;margin-bottom:5px;padding:0;text-decoration:none;transition:transform .3s ease}.youtube-embed-wrapper .back-btn:hover{transform:translateX(-5px)}.youtube-embed-wrapper .bottom-timeline{background:hsla(0,0%,100%,.1);bottom:0;height:4px;left:0;position:absolute;width:100%;z-index:15}.youtube-embed-wrapper .timeline-active{background:var(--primary-accent);height:100%;transition:width .3s linear;width:0}.youtube-embed-wrapper .watermark{bottom:20px;font-size:.8rem;opacity:.5;position:absolute;right:20px;z-index:15}@media (max-width:768px){.youtube-embed-wrapper .overlay-layer{padding:20px}}