		.apple_tart{
			background: url(/-/media/Images/Recipes/16-9_apple_tart/1-1_apple_tart.jpg) no-repeat;
				background-size: cover;
		}
			.vegan_pie{
			background: url(/-/media/Images/Recipes/16-9_rangemaster_vegan_pie/1-1_rangemaster_vegan_pie.jpg) no-repeat;
				background-size: cover;
		}
			.vegan_plait{
			background: url(/-/media/Images/Recipes/16-9_rangemaster_vegan_plait/1-1_rangemaster_vegan_plait.jpg) no-repeat;
				background-size: cover;
		}
			.yule_log{
			background: url(/-/media/Images/Recipes/16-9_Yule_log/1-1_Yule_log.jpg) no-repeat;
				background-size: cover;
		}
			.xmas_punch{
			background: url(/-/media/Images/Recipes/16-9_Christmas_punch/1-1_Christmas_punch.jpg) no-repeat;
				background-size: cover;
		}
			.porchetta{
			background: url(/-/media/Images/Recipes/16-9_porchetta/1-1_porchetta.jpg) no-repeat;
				background-size: cover;
		}


		.recipe_wrapper{
			background: #d8d8d8 ;
				width:100%;
				display: flex;
				flex-direction: row;
				color: #28343d;
				text-align: left;
		}
.recipe{
	width:50%;
}
.logo{position: absolute;
top: 0;
right: 0;}

.ingredients{
	
	width: 50%;
	padding-bottom: 30px;
	

}
.recipe_wrapper ul{
	list-style-type: none;
	margin: 0;
}
.recipe_wrapper li{
	font-size: 15px;
line-height: 25px;
}
.recipe_wrapper ol{
margin: 0;
}



@media only screen and (max-width: 767px){
.recipe_wrapper{
				
				display: flex;
				flex-direction: column-reverse;
		}
.ingredients{
	width: 100%;
	padding: 16px 0 0 0;
}
.recipe{
	width:100%;
	height: 240px;
}
		.apple_tart{
			background: url(/-/media/Images/Recipes/16-9_apple_tart.jpg) top no-repeat;
				background-size: cover;
		}
			.vegan_pie{
			background: url(/-/media/Images/Recipes/16-9_rangemaster_vegan_pie.jpg) top no-repeat;
				background-size: cover;
		}
			.vegan_plait{
			background: url(/-/media/Images/Recipes/16-9_rangemaster_vegan_plait.jpg) top no-repeat;
				background-size: cover;
		}
			.yule_log{
			background: url(/-/media/Images/Recipes/16-9_Yule_log.jpg) top no-repeat;
				background-size: cover;
		}
			.xmas_punch{
			background: url(/-/media/Images/Recipes/16-9_Christmas_punch.jpg) top no-repeat;
				background-size: cover;
		}
			.porchetta{
			background: url(/-/media/Images/Recipes/16-9_porchetta.jpg) top no-repeat;
				background-size: cover;
		}

}
