.gallery-container * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.gallery-wrapper {
  margin-top: 10px;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.gallery-thumbnail-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

  .gallery-thumbnail {
    width: 96%;
    height: auto;
  }



.thumb {
  position:relative;
  margin-bottom: 10px;
}

.caption {
    background: none repeat scroll 0 0 #FFffff;
    opacity: 0.5;
    margin: 0 auto;
    margin-top: -54px;
    text-align:center;
    position: relative;
    width:100%;
    text-decoration: none !important;
}
