.instagram-feed{display:grid;grid-template-columns:auto auto auto auto;gap:10px}.instagram-feed .instagram-feed__image{position:relative;aspect-ratio:1/1;border-radius:10px;overflow:hidden;display:block}.instagram-feed .instagram-feed__image img{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;width:100%;object-fit:cover;transition:transform 0.1s ease-in-out}.instagram-feed .instagram-feed__image:hover img{transform:scale(1.1)}.body .instagram-feed .instagram-feed__image{opacity:0;transform:scale(0);transition:opacity 0.2s ease-in-out, transform 0.3s ease-in-out}.body .instagram-feed.animated .instagram-feed__image{opacity:1;transform:scale(1)}.instagram-feed .instagram-feed__image:nth-child(1){transition-delay:150ms}.instagram-feed .instagram-feed__image:nth-child(2){transition-delay:300ms}.instagram-feed .instagram-feed__image:nth-child(3){transition-delay:450ms}.instagram-feed .instagram-feed__image:nth-child(4){transition-delay:600ms}.instagram-feed .instagram-feed__image:nth-child(5){transition-delay:750ms}.instagram-feed .instagram-feed__image:nth-child(6){transition-delay:900ms}.instagram-feed .instagram-feed__image:nth-child(7){transition-delay:1050ms}.instagram-feed .instagram-feed__image:nth-child(8){transition-delay:1200ms}.instagram-feed .instagram-feed__image:nth-child(9){transition-delay:1350ms}.instagram-feed .instagram-feed__image:nth-child(10){transition-delay:1500ms}.instagram-feed .instagram-feed__image:nth-child(11){transition-delay:1650ms}.instagram-feed .instagram-feed__image:nth-child(12){transition-delay:1800ms}@media screen and (min-width: 1020px){.instagram-feed{gap:30px}}

