/*
* utility
*/

/*
* instagram
*/
.insta_item figure {
  aspect-ratio: 1 / 1;
}
.insta_item figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
