button.modal-video-close-btn{padding:0!important}button.modal-video-close-btn:active{background-color:transparent!important;border-color:transparent!important}.modal-content{box-shadow:0 3px 6px 0 rgba(0,0,0,.16);-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.16);-moz-box-shadow:0 3px 6px 0 rgba(0,0,0,.16);-o-box-shadow:0 3px 6px 0 rgba(0,0,0,.16);-ms-box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}.modal{align-items:center;background-color:rgba(0,0,0,.5);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:99}.modal-content{animation-duration:1s;animation-name:modalopen;background-color:#000;color:#fff;height:600px;left:50%;line-height:140%;max-height:calc(100% - 120px);overflow:auto;padding:60px 90px;position:absolute;top:50%;transform:translate(-50%,-50%);width:65%}.modal-body{overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%;width:100%}.modal-body div,.modal-body p,.modal-body ul{font-size:.7em}.modal-body h1,.modal-body h2,.modal-body h3,.modal-body h4,.modal-body h5,.modal-body h6{margin-top:0}.modal-body p{margin:0}@keyframes modalopen{0%{opacity:0}to{opacity:1}}.modalClose{display:block;height:36px;outline:none;position:absolute;right:20px;text-decoration:none;top:20px;transition:.5s;width:36px}.modalClose:before{top:15px;transform:rotate(45deg)}.modalClose:after,.modalClose:before{background-color:#fff;content:"";display:block;height:1px;left:0;position:absolute;transition:inherit;width:100%}.modalClose:after{bottom:20px;transform:rotate(-45deg)}.modalClose:hover{opacity:.5}