body {
  text-shadow: 0 1px gray;
}

figcaption {
	font-size: 0.5em;
	text-align: right;
	color: black;
	background-image: -webkit-gradient(linear, left top, right top,from(rgba(255,165,0,0)),color-stop(50%,rgba(255,165,0,0)), color-stop(100%, rgba(255,165,0,0.75)));
	margin: 0 20px;
	padding: 0 10px;
	border-radius: 5px;
	translate: 0 -65px;
}