.ipost {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
	max-width: 485px;
	margin: 0 auto;
	padding: 40px 30px;
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 470px;
}
.mfp-content .ipost {
	display: flex !important;
}
.ipost.embed {
	display: block;
}
.ipost h3 {
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	font-family: Raleway, Arial, sans-serif;
	font-size: 2.375em;
	font-weight: 700;
	text-align: center;
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-top: 20px;
	letter-spacing: .025em;
}
.ipost .description {
	max-width: 430px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: white;
	line-height: 32px;
	font-size: 19px;
	font-weight: 300;
	letter-spacing: .02em;
}
.ipost .button-link {
	margin-top: 30px;
}
.ipost .button.orange {
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-weight: 900;
	padding: 0px 38px;
	border-width: 5px;
	font-size: 18px;
}
.ipost .close {
	position: absolute;
	right: 30px;
	top: 20px;
	color: grey;
	cursor: pointer;
}