.visitor{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);color:#fff;z-index:1000;justify-content:center;align-items:center}.visitor-modal__text{margin-bottom:20px}.stop{overflow:hidden}.visitor-movie{max-width:820px;width:100%;margin:0 auto;display:flex;justify-content:center;align-items:center;height:100vh;position:relative}.video-wrapper{position:relative;width:100%;max-width:820px}.video1{width:100%;height:auto;cursor:pointer;display:block}.visitor-btn{position:absolute;top:-38px;right:-38px;width:40px;height:40px;background:rgba(0,0,0,.5);border:none;border-radius:50%;cursor:pointer;transition:.3s;text-indent:-9999px;overflow:hidden;z-index:999}.visitor-btn::after,.visitor-btn::before{content:"";position:absolute;top:50%;left:50%;width:24px;height:2px;background:#fff;transform-origin:center}.visitor-btn::before{transform:translate(-50%,-50%) rotate(45deg)}.visitor-btn::after{transform:translate(-50%,-50%) rotate(-45deg)}.visitor-btn:hover{background:rgba(0,0,0,.8)}@media screen and (max-width:750px){.visitor-movie{width:calc(600/750*100vw)}.video-wrapper{width:calc(600/750*100vw)}}