.vlb-lightbox{display:flex;position:fixed;left:0;top:0;z-index:9999;width:100vw;height:100vh;background:#000000c9;align-items:center;justify-content:center}.vlb-lightbox__wrapper{display:flex;width:100%;max-width:800px;height:auto;max-height:450px;background:#fff;box-shadow:0 0 25px #00000090;padding:0;margin:var(--space-l)}.vlb-lightbox__button-close{position:absolute;display:block;top:45px;right:45px;z-index:10000;width:24px;height:24px;cursor:pointer}.vlb-lightbox__button-close svg g{fill:#fff;opacity:.6;transition-duration:0.2s;transition-property:all}.vlb-lightbox__button-close:hover svg g{opacity:1}.vlb-lightbox__video-container{position:relative;width:100%;height:0;padding-bottom:56.25%}.vlb-lightbox__video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.vlb-lightbox--active{padding-right:15px;overflow:hidden}