.gallery .content h3 {
    font-size: 23px;
    font-weight: 300;
    line-height: 36px;
    color: #7e7e7e;
    margin-bottom: 20px;
    font-family: 'Droid Serif', serif;
    display: flex;
  }
  
  .gallery .content .footer {
    padding-top: 1em;
    font-style: italic;
  }
  
  .gallery .gallery-slider {
    padding: 4em;
  }
  
  .gallery-slider .gallery-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 1em;
  }
  
  .gallery-slider .gallery-item > * {
    padding: 0 15px;
  }
  
  .gallery .gallery-slider .image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .gallery .gallery-slider .gallery-item img {
    height: auto;
  }