.gallery-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

.gallery-item > img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-item > .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px;
  line-height: 1.2;
  background: rgba(39,23,18,.7);
  color: #fff;
}