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