@media (max-width:600px)
{
    body.blog-page #itemListLeading .catItemIntroText
    {
    	max-height: calc(1.57143em * 4);
    	overflow: hidden;
    	padding-bottom: 0;
    }
}