.gallery-container{grid-template-columns:repeat(3,1fr);gap:20px;padding:20px;display:grid}.video-card{background-color:#000;border-radius:8px;height:200px;position:relative;overflow:hidden}.video-card iframe{border:none;width:100%;height:100%}.video-facade{cursor:pointer;width:100%;height:100%;display:block;position:relative}.play-button-overlay{z-index:2;background:#0003;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.video-facade:hover .play-button-overlay{background:#0006}.play-icon{filter:drop-shadow(0 2px 5px #00000080);border-top:15px solid #0000;border-bottom:15px solid #0000;border-left:25px solid #fff;width:0;height:0}@media (max-width:992px){.gallery-container{grid-template-columns:repeat(2,1fr)}.video-card{height:180px}}@media (max-width:600px){.gallery-container{grid-template-columns:1fr}.video-card{height:160px}}
