@media screen and (max-width: 599px) {
  .section-inst #instafeed {
    display: flex;
    flex-wrap: wrap;
  }

  .section-inst #instafeed > * {
    width: calc((100% - 0px) / 3);
  }
  
}
