div.landing-item:nth-child(1) > div:nth-child(1) > img:nth-child(1){
	max-width: 500px;
}

div.landing-item:nth-child(2) > div:nth-child(1) > img:nth-child(1){
	max-width: 500px;
}

div.landing-item:nth-child(3) > div:nth-child(1) > img:nth-child(1){
	max-width: 500px;
}

div.landing-item:nth-child(4) > div:nth-child(1) > img:nth-child(1){
	max-width: 500px;
}