/* Image block: 100% width of content container */

.morelo-image-full {
	background: transparent;
	color: #000;
	padding: 0;
}

.morelo-image-full-container {
	max-width: 1092px;
}

.morelo-image-full-figure {
	margin: 0;
}

.morelo-image-full-img {
	width: 100%;
	height: auto;
	display: block;
}

.morelo-image-full-caption {
	margin-top: 10px;
	color: rgba(0, 0, 0, 0.65);
	font-size: 0.95rem;
	line-height: 1.5;
}

