	.content-image-left{
		position:relative;
		top:0;
		bottom:0;
		left:0;
		height:350px;
		width:100%;
	}
	@media screen and (min-width:768px){
		.content-image-left{position:absolute;width:50%;height:auto;}
	}