<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.category {
        height: 215px;
    }

        div.category img {
            width: 220px;
            height: 156px;
        }

        div.category &gt; div.caption {
            width: 220px;
        }

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

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