
.app img:first-child{
	float:right;
}

.app img:nth-of-type(2) {
	float:right;
}

.app img:nth-of-type(3) {
	float:left;
}