/* On screens that are 600px or less, set the background color to olive */
@media only screen and (min-width: 768px) {
	.partner-list img {
		max-height: 40px;
	}
}
