.tile {
	width: 30%;
	margin: 3px;
	border-radius: 20px;
}

.tile img{
	border: 1px solid gray;
	max-height: 200px;
	max-width: 200px;
	width: 75%;
}