.video-grid{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;margin-top:2rem;margin-bottom:2rem}@media screen and (min-width: 1920px){.video-grid{margin-left:calc(-960px + 50%);margin-right:calc(-960px + 50%);max-width:1920px}}.video-grid--align-center,.video-grid--align-{margin-left:0;margin-right:0}.video-grid--align-full{margin-top:0;margin-bottom:0}.video-grid__inner{margin:0 auto;width:100%;padding:0 4rem}@media screen and (max-width: 480px){.video-grid__inner{padding:0 2rem}}.video-grid__inner--align-wide{max-width:1440px}.video-grid__inner--align-full{max-width:100%}.video-grid__cards{display:flex;grid-gap:2rem}@media screen and (max-width: 950px){.video-grid__cards{flex-direction:column;grid-gap:0}}.video-grid .overlay{position:fixed;top:0;left:0;z-index:10;width:100%;height:0;overflow:hidden;opacity:0;transition:opacity .3s ease-in-out;cursor:pointer}.video-grid .overlay.open{height:100%;opacity:1;background-color:rgba(17,17,17,.9)}.video-grid .overlay__close{color:#fff;position:absolute;top:10%;right:3%;padding:.5rem 1rem;font-size:1rem;font-weight:bold;border-bottom:3px solid #fff;cursor:pointer;transition:all 250ms ease-in-out}@media screen and (max-width: 950px){.video-grid .overlay__close{top:15%}}.video-grid .overlay__close:hover{color:rgba(255,255,255,.8)}.video-grid .overlay__content{padding:3rem 1.5rem 1.5rem;position:relative;top:50%;transform:translate(-50%, -50%);left:50%;padding-bottom:56.25%;height:0}.video-grid .overlay iframe{position:absolute;width:75%;height:75%;top:50%;transform:translate(-50%, -50%);left:50%}@media screen and (max-width: 950px){.video-grid .overlay iframe{width:95%;height:95%}}
