figure {
  margin: 0;
}
figure img{
  max-width: unset!important;
  max-height: unset!important;
  margin: 0!important;
  display: block;
  width: 100%;
  background: transparent;
}
.center-fig{
  margin: auto;
}
.sub-figs{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
figcaption{
  display: block;
  width: 100%;
  font-family: 'Proxima-Nova-Condensed';
  font-weight: 400;
  font-size: .8em;
  text-align: left;
}
