.housing-videos{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0}.housing-videos video{display:block;width:100%;aspect-ratio:9/16;max-height:420px;object-fit:cover;border-radius:9px;background:#071426}.article-modal:not(.reading) .housing-videos{display:none}@media(max-width:720px){.housing-videos{grid-template-columns:1fr}.housing-videos video{max-height:520px}}
.housing-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}.housing-gallery img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:9px}.article-modal:not(.reading) .housing-gallery{display:none}@media(max-width:720px){.housing-gallery{grid-template-columns:repeat(2,1fr)}}
