/**
 * SUMOshop Brands v?.?
 * Copyright 2018 SUMOshop http://www.sumoshop.dk
 * All rights reserved
 */
#brands-list.list-image li a {
	display: block;
	width: calc(1200px * 1/5 - 10px * 2);
	width: calc(var(--basic-full) * var(--basic-verysmall) - var(--basic-margin) * 2);
	height: calc(1200px * 1/5 - 10px * 2);
	height: calc(var(--basic-full) * var(--basic-verysmall) - var(--basic-margin) * 2);
}

#brands-list.list-image li img {
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	max-width: 75%;
	max-height: 75%;
}

#brands-list.list-unordered {
	column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-gap: 0;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
}

#brands-list.list-unordered li {
	float: none;
	display: inline-block;
}

@media only screen and (max-width: 600px) {
	#brands-list.list-unordered {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}