@media screen and (max-width:599px){.posts{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (min-width:600px) and (max-width:839px){.posts{grid-template-columns:repeat(2,minmax(0,1fr))}.posts>a:nth-child(n+4){display:none}}@media screen and (min-width:840px){.posts{grid-template-columns:repeat(4,minmax(0,1fr))}.posts>a:nth-child(n+5){display:none}}
