.modal-video-wrapper{height:auto !important}.video-popup{display:block;position:relative}.video-popup a{cursor:pointer}.video-popup video{width:100%;clip-path:inset(1px 1px)}.play-btn-centered{color:#fff;position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;transition:box-shadow .25s}.play-btn-centered #bg-circle{transition:fill .5s,stroke-dashoffset .5s;fill:rgba(247,96,86,0);stroke-dasharray:300;stroke-dashoffset:0}.video-popup:hover .play-btn-centered #bg-circle{fill:#f76056;stroke-dashoffset:300}.play-btn-bottom-right{position:absolute;right:4%;bottom:8%;z-index:1}.play-btn-bottom-right path{transition:fill .25s}.video-popup:hover .play-btn-bottom-right path{fill:#f76056}.video-popup-wrap .caption{font-size:14px;font-weight:400;line-height:1.2rem}.video-modal-bg{display:none;width:100%;height:100%;background:rgba(0,0,0,.2);position:fixed;top:0;left:0;z-index:100}.video-modal{display:none;height:auto;width:100%;max-width:1000px;max-height:750px;padding:1em 2em;position:fixed;z-index:100;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);background:#fff;color:#000;text-align:left}.video-modal p{padding:0;margin-top:1em}.video-modal h4{padding-bottom:1em}.video-modal-close{font-size:1em;float:right;cursor:pointer}.modal-iframe-wrapper{position:relative}.modal-iframe-wrapper:before{content:"";display:block;padding-top:56.25%;width:100%}.modal-iframe-wrapper iframe,.video-placeholder-youtube{width:100%;height:100%;position:absolute;top:0;left:0}.video-modal-bg.active,.video-modal.active{display:block}.video-modal-bg.active{animation:fadeInPopupBg .25s ease-out;opacity:1}@keyframes fadeInPopupBg{from{opacity:0}}.video-modal.active{animation:scaleInPopup .25s ease-out}@keyframes scaleInPopup{from{transform:translate(-50%,-50%) scale(0)}}@media(max-width:1000px){.video-modal{width:95%;height:auto}}@media(max-width:550px){.video-modal.fancybox-content{padding:1em}}