/* select those after the first 4 */ @media only screen and (max-width: 768px) { .col-item--ig:nth-child(n+5) { display: none; } }