@media only screen and (min-width:768px) { .grid-item:nth-child(odd) { margin-top:42px; } .grid-item:nth-child(even) { margin-top:-42px; } }