/* Custom CSS for Tailored from Every Angle infographic page */
.infographic-wrapper {
    width: 900px;
    margin: 0 auto;
    position: relative;
}
.wp-image-5910 {
    border: 1px solid #cdcdcd;
}
.reveal-solution {
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-box-align: center;
	-moz-box-align: center;
	justify-content: center;

	align-items: center;
	
    text-align: center;
	width: 528px;
	height: 139px;
	background-color: #54B948;
	opacity: .9;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	bottom: 987px;
	right: 453px;
}