<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width:1260px) {

    div.imageGroup img {
        width: 370px;
        height: auto;
    }

    #categoryGrid {
        width: 996px;
    }

    div.category {
        height: 270px;
    }

        div.category img {
            width: 180px;
            height: 180px;
        }

        div.category &gt; a.caption {
            font-size: 15px;
        }

    div.text &gt; h2 {
        font-size: 19px;
    }

    div.text &gt; div.links {
        font-size: 15px;
    }

    div.groupRule {
        width: 996px;
    }
}
</pre></body></html>