/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.instafeed h3 {
  width: 60%;
  margin: 20px auto;
  text-align: center;
}
.instafeed .row {
  position: relative;
}
.instafeed .row img {
  z-index: 100;
  padding: 0 5px;
  margin-bottom: 10px;
}
.instafeed .row .profile_link {
  z-index: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -25px);
  height: 40px;
  text-align: center;
  background-color: #FFFFFF;
  padding: 5px 15px;
  font-size: 22px;
  letter-spacing: 3px;
}

/*# sourceMappingURL=maps/instafeed.css.map */
