<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img.newsFeed-firstBig-big-image {
    min-height: 250px;}
    @media(max-width: 1199px) {
img.newsFeed-firstBig-big-image{
        min-height: 250px;}
    }
    @media(max-width: 991px) {img.newsFeed-firstBig-big-image{
        height: 320px;}
    }
    @media(max-width: 480px) {img.newsFeed-firstBig-big-image {
        height: 250px;}
    }
</pre></body></html>