.SingleContent .EditorialVisual {
	margin: 36px 0 44px;
}

.SingleContent .EditorialVisual img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.SingleContent .EditorialVisual--photo {
	margin-top: 42px;
	margin-bottom: 48px;
}

.SingleContent .EditorialVisual--photo img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border: 0;
	border-radius: 0;
	background: #eef3f4;
}

.SingleContent .EditorialVisual figcaption {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.7;
	color: #607080;
}

@media (max-width: 767px) {
	.SingleContent .EditorialVisual {
		margin: 28px 0 34px;
	}

	.SingleContent .EditorialVisual--photo {
		margin-top: 30px;
		margin-bottom: 36px;
	}

	.SingleContent .EditorialVisual--photo img {
		border-radius: 0;
	}
}
