#brands span {
	z-index: 2;
}
#brands::before {
	content: "";
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("/bilder/icons/truss.svg");
	background-position: 0 0.25em;
	background-size: 3em;
	background-repeat: repeat-x;
	filter: contrast(.5);
}
