/* ----------------------------------------------------------------
	Canvas: Recipes
	Version: 1.0
-----------------------------------------------------------------*/


/* About Page
-----------------------------------------------------------------*/


.about-img > img {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 80%;
}

.about-img > img + img {
	position: relative;
	margin-top: 60px;
	border: 12px solid #FFF;
}
