
		.murals {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;}

  .img-responsive {
    display: block;
    width: 100%;
  }

  figure {
    transition: all 0.15s ease-out;
    margin-bottom: 2.5em;
    -ms-flex: 1 1 20%;
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 0 1em;
    min-width: 150px;
    max-width: 350px;
    margin: 2em;}

    figcaption {
      text-align: center;
      font-family: "Open Sans";
      margin-top: 0.25em;
      color: #222;
      font-size: 1.3em;
      min-height: 3em;}

      .lb-caption {
        text-align: center;
      }
    }

    &:hover {
      transform: scale(1.02);
      opacity: 0.9;
    }
  }
}
