.wd-brands [class*=wd-grid] {
	--wd-gap-lg: .001px;
}

.wd-brand-item {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: var(--wd-align, center);
	padding: var(--wd-brand-pd, 20px);
}

.wd-brand-item a {
	--wd-link-color: var(--color-gray-500);
	--wd-link-color-hover: var(--wd-primary-color);
	--wd-link-decor: none;
	--wd-link-decor-hover: none;
	display: flex;
	align-items: center;
	justify-content: var(--wd-align, center);
	height: 100%;
	width: 100%;
	z-index: 1;
}

.wd-brand-item img {
	max-height: var(--wd-brand-img-height, 60px);
	height: var(--wd-brand-img-height, revert-layer);
	width: var(--wd-brand-img-width, revert-layer);
	object-fit: contain;
	transition: all .25s ease;
	transform: translate3d(0, 0, 0);
}

.wd-brands .wd-carousel-item {
	height: auto;
}