


/* Responsive */

@media (max-width: 1024px){
  .gallery-categories { justify-content: flex-start; } 
  .gallery-categories > ul { text-align: left; } 
  .gallery-categories ul li a { background-color: #ddd; color: #222;padding: 10px; } 
  .gallery-categories ul li { margin: 0 0 4px; } 
  .latest-projects .gallery-categories { margin: 0 0 30px !important; }
}

@media (max-width: 991px){
  .section-gallery { padding: 30px 0 10px; }
}

@media (max-width: 767px){
  .grid-spaced.not-full #gallery{width: 100%;}
  .captions-cards #gallery .item { margin-bottom: 15px !important; }
  .captions-cards #gallery .item .image-container img { height: auto; }
}