.video-modal{display:flex;align-items:center;justify-content:center;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:#181818cc}.video-modal .video-modal__spinner{position:absolute;right:calc(50% - 25px);top:calc(50% - 25px);width:50px;height:50px;border-radius:50%;animation:spin 1s linear infinite;border:7px solid #ccc;border-top-color:transparent}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.video-modal .video-modal__wrapper{position:relative;width:100%;background:#000;padding-top:56.25%}.video-modal .video-modal__wrapper iframe{position:absolute;visibility:hidden;left:0;top:0;height:100%;width:100%}.video-modal .container{width:min(100%,160vh)}.video-modal .container svg{position:absolute;right:20px;top:20px;fill:#fff;cursor:pointer;z-index:1}@media only screen and (max-width:719px){.video-modal .container{margin:0 -30px}.video-modal .container svg{width:36px;height:36px}}
