<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.gallery-item-img img {width: 100%; height:200px; border-radius: 10px; object-fit: cover;}

@media all and (max-width:1024px) { 
    .gallery-item-img img {height:125px}
}
</pre></body></html>