/* ViaScripta Interviews, weergave van boekcovers in gepubliceerde interviews. */

.wp-block-image.vsi-boekcover {
	max-width: 55%;
	margin: 2.5rem auto;
}

.wp-block-image.vsi-boekcover img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
	box-shadow: 0 12px 32px rgba(33, 29, 36, 0.18);
}

.wp-block-image.vsi-boekcover figcaption {
	text-align: center;
	font-size: 0.85em;
	color: #6b6470;
	margin-top: 0.75rem;
}

@media (max-width: 700px) {
	.wp-block-image.vsi-boekcover {
		max-width: 85%;
	}
}
