ul.imglist {
  list-style: none;
  background-image: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
ul.imglist li .wrap {
  margin: 5px;
}
ul.imglist li .wrap figure {
  background-color: #dff2d5;
  border-radius: 5px;
}
ul.imglist li .wrap figure >a {
  padding: 5px;
  display: block;
}
ul.imglist li .wrap figure >a img {
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
ul.imglist li .wrap figure figcaption {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  height: 52px;
  color: white;
  padding: 0 5px;
  white-space: nowrap;
}
ul.imglist li .wrap figure figcaption:before {
  content: ' ';
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
ul.imglist li .wrap figure figcaption:after {
  content: ' ';
  display: inline-block;
  width: 1px;
  margin-right: -1px;
  height: 100%;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
ul.imglist li .wrap figure figcaption a {
  width: 100%;
  white-space: normal;
  color: white;
  text-decoration: none;
  max-height: 100%;
  overflow: hidden;
}
