figcaption{
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19.2px;
  line-height: 1.4em;
  color: #59595b;
}

figure{
  margin: 0;
  width: 100%;
}

.item_image_container{
  display: block;
  margin: 20px 0;
}

.item_image {
  width: 100%;
}

.image_title {
  display: block;
  font-weight: bold;
  margin: 5px 5px 10px 0;
  float: left;
}

.image_attribution{
  display: block;
  margin: 5px 5px 10px 0;
  float: left;
}

.image_text{
  display: block;
  clear: left;
  margin-top: 5px;
  font-weight: normal;
}

.image_link{
  color: rgba(107, 150, 165, 1.0);
  text-decoration: underline;
}

