.video-links{display:flex;gap:10px}#video-popup-container{display:none;position:fixed;z-index:996;width:70%;left:15%;top:9vh;background-color:#fff}#video-popup-close{cursor:pointer;position:absolute;right:-10px;top:-10px;z-index:998;width:25px;height:25px;border-radius:25px;text-align:center;font-size:12px;background-color:#000;line-height:25px;color:#fff}#video-popup-video-container{position:absolute;z-index:997;width:100%;padding-bottom:56.25%;border:1px solid #000;border-radius:25px}#video-popup-video{z-index:999;position:absolute;width:100%;height:100%;left:0;top:0;background-color:#000;border-radius:25px;object-fit:cover}#video-popup-overlay{display:none;position:fixed;z-index:995;top:0;background-color:#000;opacity:.8;width:100%;height:100%}#video-popup-close:hover{color:#c87e4f}#video-popup-image-container{display:none;position:absolute;z-index:997;width:100%;padding-bottom:56.25%;border:1px solid #000;border-radius:25px;background-color:#000}#video-popup-image{z-index:999;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:25px;object-fit:contain}.blur-background>*:not(#video-popup-container)>*:not(#video-popup-video){filter:blur(3px);transition:.175s}body *{transition:filter .175s}@media only screen and (max-width:767px){#video-popup-container{width:90%;left:5%;margin-left:0}#video-popup-video-container{padding-bottom:177.78%}}@media only screen and (min-width:768px){#video-popup-video-container{padding-bottom:56.25%}}
