/* Inline story image tags from chapter text */

.story-image-block{
	margin:34px auto;
	text-align:center;
}

.story-image-block{
	clear:both;
	margin:34px auto;
	text-align:center;
}

.story-image-caption{
	display:block;
	margin-top:8px;
	font-size:14px;
	color:#6d4a25;
	font-style:italic;
}

.story-image-missing{
	margin:28px auto;
	padding:14px 18px;
	border:1px dashed rgba(125, 22, 32, .45);
	border-radius:10px;
	color:#7d1620;
	background:rgba(125, 22, 32, .06);
	font-size:16px;
	text-align:center;
}

.story-image-left{
	float:left;
	width:300px;
	margin:6px 22px 14px 0;
}

.story-image-right{
	float:right;
	width:300px;
	margin:6px 0 14px 22px;
}

.story-image-left img,
.story-image-right img{
	display:block;
	width:100%;
	height:auto;
	border-radius:12px;
	border:1px solid rgba(92,57,20,.35);
	box-shadow:0 10px 24px rgba(69,42,14,.25);
}

@media(max-width:760px){
	.story-image-left,
	.story-image-right{
		float:none;
		width:100%;
		max-width:420px;
		margin:22px auto;
	}
}