.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.video-card{overflow:hidden}.video-thumb{position:relative;width:100%;aspect-ratio:16/9;padding:0;border:0;background:#111;overflow:hidden}.video-thumb img{width:100%;height:100%;object-fit:cover}.video-thumb.portrait img{object-position:center 18%}.play-mark{position:absolute;inset:50% auto auto 50%;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--gold-bright);color:#17120b;transform:translate(-50%,-50%)}.video-card__body{padding:11px}.video-card h3{margin:0 0 5px;font-size:.83rem}.video-card p{margin:0;color:var(--muted);font-size:.65rem}@media(min-width:768px){.video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.video-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
