/* CSS Document */

.recipe-background {
	position: relative;
	font-size:2vw;
}
.recipe-page {
	
}
.recipe-page img {
	width:100%;
	height:auto;
}
.recipe-image {
	position: absolute;
	top: 0;
	padding: 1.46em;
	height: 100%;
	display: flex;
	align-items: center;
}
.recipe-image img {
border: 15px solid  rgba(255,255,255,.3);
box-shadow: 0px 2px 9px 4px rgba(0,0,0,.123);
border-radius: 5px;
}




