
	<style>
			figure {
			  display: inline-grid;
			  grid-template-columns: 1fr;
			  grid-template-rows: auto auto;
			  font-family: sans-serif;
			  font-size: 0.7em;
			}

			figcaption {
			  width: 0;
			  min-width: 100%;
			  background: lightblue;
			  padding: 10px;
			  box-sizing: border-box;
			}
	</style>
