.about {
	padding: 78px 0 97px;
}
.about .image-left {
	flex-direction: row;
}
.about .image-right {
	flex-direction: row-reverse;
}
.about .right {
	width: 50%;
}
.about .flex {
	max-width: 1214px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 0 0 0 18px;
}
.about .flex .image1 {
	width: 228px;
	height: 333px;
	position: relative;
	margin: 31px 0 0;
}
.about .flex .image1 img {
	width: 100%;
	height: 100%;
	border: 7px solid white;
}
.about .flex .image1:before{
	content: "";
	display: block;
	width: 106%;
	height: 104%;
	background-image: url(../../assets/icons/utility/frame.png);
	position: absolute;
	top: -7px;
	left: -4px;
	background-size: cover;
	background-position: center;
}
.about .flex .image1:after{
	content: "";
	display: block;
	width: 170px;
	height: 91px;
	background-image: url(../../assets/icons/utility/horse.png);
	background-size: contain;
	position: absolute;
	bottom: -55px;
	left: -52px;
	background-repeat: no-repeat;
}
.about .flex .copy {
	width: 457px;
	background: white;
	border: 13px solid #F4EFE9;
	padding: 25px 25px 9px;
	box-shadow: 5px 3px 5px #c7c4b9;
	position: relative;
	margin: 0 0 0 13px;
}
.about .flex .copy:before {
	content: "";
	display: block;
	width: 116px;
	height: 116px;
	background-image: url(../../assets/icons/utility/waxseal.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -59px;
	right: 6%;
}
.about .flex .copy h2 {
	font-size: 45px;
	font-family: 'California Palms Script';
	margin: -7px 0 39px 50px;
	transform: rotate(-6deg);
}
.about .flex .copy h2 em {
	font-style: inherit;
}
.about .flex .copy p {
	font-size: 11px;
	line-height: 22px;
	margin: 0 0 20px;
	font-weight: 100;
	letter-spacing: 0.015rem;
}
.about .flex .image2 {
	width: 260px;
	height: 382px;
	border: 8px solid white;
	position: relative;
	margin: 21px -16px 0 7px;
}
.about .flex .image2:before{
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background-image: url(../../assets/icons/utility/tape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -102px;
	left: 0;
	right: 0;
	margin: auto;
}
.about .flex .image2 img {
	width: 100%;
	height: 100%;
}
.about .flex .image3 {
	width: 172px;
	height: 252px;
	margin: 218px 4px 0 -91px;
	border: 6px solid #F4EFE9;
	position: relative;
}
.about .flex .image3 img {
	width:100%;
	height:100%;
}
.about .flex .image3:before{
	content: "";
	display: block;
	width: 103px;
	height: 62px;
	background-image: url(../../assets/icons/utility/browntape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
}
@media all and (max-width:1280px) {
	.about .flex {
		max-width: 1120px;
		margin: 0 auto;
		justify-content: space-between;
		padding: 0;
	}
}
@media all and (max-width:1130px) {
	.about .flex {
		max-width: 962px;
	}
	.about .flex .image2 {
		width: 220px;
		height: 319px;
	}
	.about .flex .image3 {
		width: 148px;
		height: 210px;
		margin: 218px 4px 0 -110px;
		border: 6px solid #F4EFE9;
		position: relative;
	}
}
@media all and (max-width:1020px) {
	.about .flex {
		max-width: 700px;
	}
	.about .flex .image3 {
		width: 198px;
		height: 276px;
		margin: 218px 142px 0 -35px;
		border: 6px solid #F4EFE9;
		position: relative;
	}
	.about .flex .image2 {
		width: 262px;
		height: 372px;
		margin: 53px 0 0 115px;
	}
}
@media all and (max-width:768px) {
	.about .flex {
		max-width: 500px;
		position: relative;
	}
	.about .flex .image1 {
		width: 156px;
		height: 231px;
		position: relative;
		margin: 0 0 30px;
	}
	.about .flex .image1:after {
		content: "";
		display: block;
		width: 104px;
		height: 68px;
		bottom: -34px;
		left: -36px;
		background-repeat: no-repeat;
	}
	.about .flex .copy {
		width: 322px;
		background: white;
		border: 13px solid #F4EFE9;
		padding: 21px 10px 1px;
		box-shadow: 5px 3px 5px #c7c4b9;
		position: relative;
		margin: -33px 0 0 0px;
	}
	.about .flex .copy h2 {
		font-size: 45px;
		font-family: 'California Palms Script';
		margin: 0px 0 25px 25px;
		transform: rotate(-6deg);
	}
	.about .flex .image2 {
		width: 201px;
		height: 292px;
		margin: -31px 0 0 2px;
	}
	.about .flex .image3 {
		width: 166px;
		height: 236px;
		margin: 0;
		border: 6px solid #F4EFE9;
		position: absolute;
		bottom: -58px;
		left: 179px;
	}
}
@media all and (max-width:550px) {
	.about .flex {
		max-width: 300px;
		position: relative;
	}
	.about .flex .copy {
		margin: 0 auto 0;
		width:100%;
	}
	.about {
		padding: 25px 0 87px;
	}
	.about .flex .image1 {
		width: 156px;
		height: 231px;
		position: relative;
		margin: -2px 0 32px 38px;
	}
	.about .flex .copy:before {
		content: "";
		display: block;
		width: 90px;
		height: 90px;
		top: -45px;
		right: 1%;
	}
	.about .flex .image2 {
		width: 162px;
		height: 227px;
		margin: 43px 0 0 2px;
	}
	.about .flex .image2:before {
		content: "";
		display: block;
		width: 126px;
		height: 121px;
		position: absolute;
		top: -70px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.about .flex .image3 {
		width: 127px;
		height: 180px;
		margin: 0;
		border: 6px solid #F4EFE9;
		position: absolute;
		bottom: -53px;
		left: 151px;
	}
	.about .flex .image3:before {
		width:78px;
	}
}