.gallery-block{
	padding-bottom: 60px;
	padding-top: 10px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  
}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease; 
}

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.gallery-block.cards-gallery .card-body {
  text-align: center;
  height: 100px;
  overflow: hidden;
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px; 
}

.gallery-block.cards-gallery a {
  color: #f5f8fa; 
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none; 
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px;
  box-shadow: 0px 2px 10px rgba(12, 12, 12, 0.15);
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 70%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
}
/* pull the caption up against the image instead of the far bottom of the overlay.
   Scoped to figure only — .full-image itself must stay inline-block or the
   horizontal slide layout breaks (slides stack vertically instead of side by side). */
#baguetteBox-overlay .full-image figure {
  display: inline-flex !important;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
#baguetteBox-overlay .full-image figcaption {
  position: static !important;
  margin-top: 10px;
  width: auto;
  max-width: 90%;
  border-radius: 4px;
}
.card{
  background-color: #0a0a0a;
}

@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
	}
}

/* Isotope masonry */
#iso-grid {
  display: block !important;
}
#iso-grid > * {
  float: left;
}
.grid-sizer {
  padding: 0 !important;
  margin: 0 !important;
}