/* Tidi Suite — Post Wide Images */

figure.wide-image {
	width: 100vw !important;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
	margin-bottom: 20px;
}

figure.wide-image img {
	width: 100%;
	height: auto;
	display: block;
}
