.ig-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px,1fr));
  gap: 4px;
}
.ig-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  cursor: pointer;
}
.pswp { --pswp-bg:#000; }
.pswp__button--share,
.pswp__button--zoom {
  display: none !important;
}
.ig-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
  color: #fff;
}
.ig-like {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
