/*flickity style*/

.flickity-shortcode .flickity-page-dots, .flickity-shortcode button.previous, .flickity-shortcode button.next {
  display: none;
}
.gallery-cell {
  width: 33%;
  text-align: center;
  padding: .8rem;
}

.gallery-cell img {
  width: auto;
  max-height: 80px;
  filter: grayscale(80%);
  opacity: .68;
}



/*============================================
	MEDIA QUERIES
=============================================*/
@media only screen and (min-width: 768px) {

  .gallery-cell {
    width: 25%;
  }
}
/* end 768 */

@media only screen and (min-width: 900px) {

}
/* end 900 */

@media only screen and (min-width: 1024px) {

	.gallery-cell img {
		max-height: 100px;
	}
}
/* end 1024 */

@media only screen and (min-width: 1440px) {

	.gallery-cell img {
		max-height: 120px;
	}
}
/* end 1440 */
@media only screen and (min-width: 1660px) {

}
/* end 1660 */
