Grid 12

selector {grid-row: 1/4;}
/*tablet view*/
@media screen and (max-width: 1024px) {
selector {grid-row: 1;}
}
/*mobile view*/
@media screen and (max-width: 767px) {
selector {grid-row: 1;}
}

Grid Item
Grid Item
Grid Item
Grid Item