.lg-sub-html h4 {
  font-size: 16px;
  color: #ccc;
}

#lightgallery {
  overflow: auto;
}

#lightgallery .title {
  margin: 0 0 40px 0;
}

#lightgallery .thumbnail {
  float: left;
  width: 85px;
  height: 85px;
}

#lightgallery .thumbnail img {
  max-width: 80px;
  max-height: 80px;
}

#lightgallery .caption {
  display: none;
}

.gallery-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

.gallery-list li {
  margin-bottom: 10px;
}

.gallery-list h4 {
  margin-top: 30px;
}