.image-copy.has-espresso-background-color, .image-copy.has-mulberry-background-color, .image-copy.has-pine-background-color {
	color:#D8CDBD;
}

.image-copy .image-left {
	flex-direction: row;
}
.image-copy .image-right {
	flex-direction: row-reverse;
}
.image-copy .right {
	width: 553px;
	display: table;
}
.image-copy .right h2 {
	font-family: 'Mrs Eaves All Small Caps OT';
	font-size: 40px;
	line-height: 35px;
	margin: 13px 0 40px;
	letter-spacing: 0.25rem;
}
.image-copy .left {
	width: 432px;
	height: 570px;
	position: relative;
	padding: 18px 26px;
	box-shadow: 0px 5px 12px 1px rgba(160, 154, 147, 0.52);
}
.image-copy .left .image-fit {
	height:528px;
	width:100%;
	object-fit: cover;
}
.image-copy .left:before{
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/topleftcorner.png);
	width: 71px;
	height: 67px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -14px;
	left: -17px;
}
.image-copy .left:after {
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/bottomleftcorner.png);
	width: 71px;
	height: 67px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -17px;
	left: -19px;
}
.image-copy .left .borders {
	position: relative;
}
.image-copy .left .borders:before {
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/bottomrightcorner.png);
	width: 71px;
	height: 67px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -42px;
	right: -46px;
}
.image-copy .left .borders:after {
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/toprightcorner.png);
	width: 71px;
	height: 67px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -31px;
	right: -47px;
}
.image-copy .flex {
	max-width: 1100px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 0 0 0 18px;
}
.image-copy {
	padding: 125px 0 109px;
}
@media all and (max-width:1130px) {
	.image-copy .flex {
		max-width:1000px;
		padding:0;
	}
	.image-copy .right {
		width:52%;
	}
}
@media all and (max-width: 1000px) {
	.image-copy .flex {
		max-width: 800px;
		padding: 0;
	}
	.image-copy .left .image-fit {
		height: 374px;
		object-fit: cover;
		width: 100%;
	}
	.image-copy .left {
		width: 350px;
		height: 415px;
		position: relative;
		padding: 18px 26px;
		box-shadow: 0px 5px 12px 1px rgba(160, 154, 147, 0.52);
	}
}
@media all and (max-width: 815px) {
	.image-copy .flex {
		max-width: 90%;
		padding: 0;
		display: block;
	}
	.image-copy .left {
		width: 350px;
		height: 430px;
		position: relative;
		padding: 16px 15px;
		box-shadow: 0px 5px 12px 1px rgba(160, 154, 147, 0.52);
		margin: 0 0 20px;
	}
	.image-copy .left .image-fit {
		height: 397px;
	}
	.image-copy .left:before {
		width: 55px;
		height: 49px;
	}
	.image-copy .left .borders:after {
		width: 55px;
		height: 49px;
		top: -29px;
		right: -36px;
	}
	.image-copy .left:after {
		bottom: -14px;
		left: -17px;
		width: 55px;
		height: 49px;
	}
	.image-copy .left .borders:before {
		width: 55px;
		height: 49px;
		bottom: -31px;
		right: -33px;
	}
	.image-copy .right {
		width: 100%;
	}
	.image-copy {
		padding: 79px 0 25px;
	}
}
@media all and (max-width: 460px) {
	.image-copy .left {
		width: 280px;
		height: 360px;
	}
	.image-copy .left .image-fit {
		height: 325px;
	}
	.image-copy .right h2 {
		font-family: 'Mrs Eaves All Small Caps OT';
		font-size: 35px;
		line-height: 33px;
		margin: 13px 0 25px;
		letter-spacing: 0.25rem;
	}
}