.image-bar .grid__item {
  display: block;
}
.image-bar--single-image {
  text-align: center;
}
.image-bar--single-image .img-responsive {
  display: inline-block;
}
.image-bar--title {
  text-align: center;
}
.image-bar--description p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .image-bar > div {
    margin-bottom: 1rem;
  }
  .image-bar > div:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .homepage-section--image-gallery-wrapper
    .image-bar--single-column-mobile
    .grid__item {
    margin-bottom: 10px;
  }
}
.homepage-section--image-gallery-wrapper .icon--placeholder {
  max-height: 200px;
}
