#instagram-homefeed{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:repeat(2,1fr);grid-column-gap:10px;grid-row-gap:10px;min-height:240px;}#instagram-homefeed .feed-item{background-position:center;background-size:cover;border-radius:15px;}#instagram-homefeed #feed-item-0{grid-area:1/1/3/2;}@media (max-width: 768px){#instagram-homefeed{display:grid;grid-template-columns:2fr;grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;}#feed-item-1{display:none;}#feed-item-2{display:none;}}