﻿#insta ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}
#insta li {
  width: 33.33%;
}
#insta div {
  height: 100%;
  padding: 30px 15px 0;
}
#insta a {
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 0 0 100%;
  position: relative;
}
#insta img {
  left: 0;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 801px) {
  #insta li {
    width: 16.66%;
  }
}