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

.fcb-gallery .image {
  transition:0.8s ease;
  object-fit:cover;
  width:100%;
  height:100%;
}

@media (min-width: 576px) {
  .fcb-gallery .gallery-item:hover .image {
    transform:scale(1.3);
    opacity:0.7;
  }
}

.fcb-gallery .gallery-item {
  overflow:hidden;
  margin-bottom:0;
  background:black;
  opacity:1;
  height:450px;
}

.fcb-gallery .gallery-item .description {
  display:grid;
  position:absolute;
  bottom:0;
  left:0;
  color:#fff;
  padding:10px;
  font-size:17px;
  line-height:18px;
  width:100%;
  padding-top:15px;
  padding-bottom:15px;
  /*opacity:1;*/
  /*color:#fff;*/
  transition:0.8s ease;
  text-align:center;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
  background:linear-gradient(to bottom, transparent, #000000);
}

.fcb-gallery .gallery-item .description .description-heading {
  font-size:1em;
  font-weight:bold;
}

.fcb-gallery .gallery-item .description .description-body {
  font-size:0.8em;
  margin-top:10px;
  font-weight:300;
}

@media (min-width: 576px) {
  .fcb-gallery .gallery-item .description {
    opacity:1;
  }
}

@media (min-width: 576px) {
  .fcb-gallery .gallery-item:hover .description {
    opacity:1;
  }
}

@media (min-width: 576px) {
  .fcb-gallery .gallery-item:hover .description {
    opacity:1;
  }
}

.modal-header {
  background-color:#f3b114;
  border-radius:5px;
  border:none;
  color:#333;
}

.card {
  border:none;
}

