/* Hide captions under images in WPBakery gallery slider */
.gallery-fs figcaption {
  display: none !important;
}

/* Hide captions under images in featured projects */
.post-meta {
  display: none !important;
}