/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.page-manufacturer #main ul li.brand {
	width:100%;
	border:solid 1px rgba(0,0,0,0.1);
	padding:20px;
	margin: 20px auto;
	text-align: center;
}


@media (min-width:770px){
	.page-manufacturer #main ul {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.page-manufacturer #main ul li.brand {
		width:20%;
		margin: 20px 2.5%;
	}
}
