/*
 Theme Name:   Amely Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Amely Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     amely
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Tex
*/

/* Instagram */
.instagram-pics {
  display: flex;
  flex-wrap: wrap;
}

.instagram-pics li {
  flex: 0 0 33.333%;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .instagram-pics li {
    flex: 0 0 20%;
  }
}

@media (min-width: 1024px) {
  .instagram-pics li {
    padding: 2rem;
  }
}

.instagram-pics a {
  padding: 0 !important;
}
