.gallery {
	display: inline-block;
	text-align: center;
	clear: both;
}

.gallery img { 
	width: 100%;
	height: 200px;
}