.brands-carousel .item {
  height: 120px;
  background: none;
}
.brands-carousel .item a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: inline-block;
	padding: 5px;
	padding-top: 19px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brands-carousel .item a img {
	max-width: 150px;
}