@media only screen and (min-width: 1600px) {
    .sticky_articles .big_article_holder {
        height: 620px;        
    }

    .sticky_articles .small_article_holder {
        height: 293px;
    }
}