.tour-lightbox{display:none;position:fixed;inset:0;z-index:999999;width:100%;height:100%}.tour-lightbox.is-open{display:block}.tour-lightbox-overlay{position:absolute;inset:0;background:rgb(0 0 0 / .85)}.tour-lightbox-content{position:relative;z-index:2;width:95%;height:90%;max-width:1312px;max-height:595px;margin:5vh auto;background:#000;overflow:hidden;border-radius:4px}#tour-iframe-container{width:100%;height:100%;max-width:1312px;max-height:595px}.tour-lightbox-content iframe{display:block;width:100%;height:100%;max-width:1312px;max-height:595px;border:0}.tour-lightbox-close{position:absolute;top:10px;right:50%;z-index:10;width:40px;height:40px;border:0;border-radius:50%;background:rgb(0 0 0 / .7);color:#fff;font-size:30px;line-height:36px;cursor:pointer}.tour-lightbox-close:hover{background:rgb(0 0 0 / .9)}body.tour-lightbox-open{overflow:hidden}@media (max-width:767px){.tour-lightbox-content{width:100%;height:100%;max-width:none;max-height:none;margin:0;border-radius:0}.tour-lightbox-close{top:10px;right:45%}}