
p.text{
	float:left;
	width:40%;
}

div.img-wrap{
	float:right;
	width:60%;
}

img {float:left; margin-right:10px;}

@media screen and (max-width: 1024px) {
	img.responsive {
		width: 200px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	img.responsive {
		width: 300px;
	}
}
@media screen and (min-width: 1281px) {
	img.responsive {
		width: 400px;
	}
}
img.responsive {
	height: auto;
}

