.gallery {
	grid-template-columns: repeat(auto-fit, minmax(0%, 274px));*
}


.gallery a {
	max-height: 180px;
	background-color: lightgray;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.gallery a img {
	height: 100%;
	width: auto;
}

article header h4 {
	margin: 0;
}
