380
800
1
2
3
<span class="a-image-caption">
    Jerome A. Chazen Institute for Global Business
</span>
1
2
3
{
  "caption": "Jerome A. Chazen Institute for Global Business"
}
1
2
3
<span class="a-image-caption">
	{{ caption }}
</span>
1
2
3
4
5
6
7
8
.a-image-caption {
  @include f-caption-1;
  @include spacing(
    (
      xsmall: 12px
    )
  );
}