.video-section__modal{position:fixed;top:0;width:100%;height:100vh;z-index:6;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background-color:rgba(0,0,0,.92);opacity:0;transition:.3s ease-in-out;left:-100%}.video-section__modal.active{opacity:1;left:0}.video-section__modal .video-section__close-button{position:absolute;right:30px;top:30px;width:30px;height:30px;cursor:pointer}.video-section__modal .video-section__close-button span{width:100%;height:100%;position:relative;display:flex;justify-content:center;align-items:center}.video-section__modal .video-section__close-button span::after{content:"";background-color:#fff;width:30px;height:2px;transform:rotate(135deg);display:block;position:absolute;top:14px;left:0}.video-section__modal .video-section__close-button span::before{content:"";background-color:#fff;width:30px;height:2px;transform:rotate(45deg);display:block}.video-section__modal .video-section__modal-content{height:80%;width:768px;max-width:80%;display:flex;justify-content:center;align-items:center}.video-section__modal .video-section__modal-content iframe,.video-section__modal .video-section__modal-content video{width:100%;height:400px}