.img-wrapper {
  background-color: white;
  margin: 0 -1px;
  padding: 0 20px;
}
.thumbnail {
  padding: 0;
  border: none;
  border-top: 6px solid transparent;
  border-radius: 0;
  background-color: ##cfd0d2;
  margin-bottom: 30px;
}
.thumbnail img {
  transition: all 0.2s ease-in-out;
  background-color: ##cfd0d2;
  display: block;
  margin: 0 auto;
  border-radius: 0;
}
.thumbnail img:hover {
  /* transform: scale(0.9); */
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.thumbnail .caption {
  text-transform: uppercase;
  text-align: center;
  padding: 6px 4px !important;
  color: white;
  min-height: 42px;
  font-size: 11px;
}
.thumbnail .caption p {
  padding: 0;
  margin: 0;
}
.hover {
  /* transform: scale(0.9); */
  opacity: 0.8;
  filter: alpha(opacity=80);
}
