.gallery-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:66px;gap:66px;padding:16px}.gallery-item{cursor:pointer;background-color:#fff;margin-bottom:30px;transition:transform .2s ease,box-shadow .2s ease}.gallery-item:hover{transform:scale(1.03)}.gallery-image-wrapper{width:100%;aspect-ratio:16/9;overflow:hidden}.gallery-image{width:100%;height:100%;object-fit:cover}.gallery-heading{font-size:16px;font-weight:600;font-family:var(--font-libre-franklin);padding:0;margin:15px 0 0;text-align:center}.video-modal{width:100vw;height:100vh;z-index:9999}.video-content{width:80%;max-width:800px}.video-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:999999999999999;display:flex;justify-content:center;align-items:center}.video-content{background:#000;padding:0;max-width:90vw;max-height:80vh;width:100%;aspect-ratio:16/9}.video-content iframe{width:100%;height:100%;border:none}