#lightboxModal{ width:min(980px, calc(100% - 24px)); }
#lightboxBody{ display:flex; justify-content:center; align-items:center; padding:14px; }
#lightboxBody img{ max-width:100%; height:auto; border-radius:18px; border:1px solid rgba(17,24,39,.12); box-shadow: var(--shadow2); }
#lightboxBody video{ max-width:100%; border-radius:18px; border:1px solid rgba(17,24,39,.12); box-shadow: var(--shadow2); background:#000; }
