
.wrapper {
  width: 100%;
  
}
.image {
  width: 185px;
  height: 160px;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 5px;
  background-color: #EEE;
  margin-bottom: 5px;
}
.caption {
  font-size: 0.7em;  
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding-top: 8px;
}
