.instagram-post-grid{
    grid-template-columns:repeat(var(--cols,3), 1fr);
    gap:var(--gap, 20px);
    display: grid;
}


