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