<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image-grid{display:grid}.image-grid img{height:auto;vertical-align:middle}@media only screen and (max-width:380px){html .image-grid{grid-template-columns:50% 50%}html .image-grid img{width:150px}}@media only screen and (min-width:380px){html .image-grid{grid-template-columns:50% 50%}html .image-grid img{width:175px}}@media only screen and (min-width:600px){html .image-grid img{width:300px}html .two-column .image-grid img{width:250px}}@media only screen and (min-width:800px){html .image-grid img,html .two-column .image-grid img{width:350px}}@media only screen and (min-width:1000px){html .image-grid img{width:450px}html .two-column .image-grid img{width:225px}}@media only screen and (min-width:1400px){html .image-grid{grid-template-columns:50% 50%}html .image-grid img{width:550px}html .two-column .image-grid img{width:250px}}</pre></body></html>