.home-grid{display:grid;grid-template-columns:repeat(3,3fr)}.home-grid>*{width:100%;height:100%;max-height:333px;object-fit:cover;object-position:top}.home-grid>.span-h{grid-column:span 3}.home-grid>.span-v{grid-row:span 2;max-height:666px}@media only screen and (min-width:600px){main{max-width:none}.home-grid{grid-template-columns:repeat(6,6fr)}}