<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image-gallery{display:grid;grid-template-columns:repeat(6,1fr)}.image-gallery&gt;img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 900px){.image-gallery{grid-template-columns:repeat(3,1fr)}}
</pre></body></html>