/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/BRAND/CLASSES.CSS
	––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

[class^='brand-'],
[class*=' brand-'] {
	height			: var(--brand-height)	!important;
	width			: auto					!important;
	max-width		: 100%;
	--brand-height	: 0;
}

.brand-smallest {
	--brand-height: 25px !important;
}

.brand-small {
	--brand-height: 50px !important;
}

.brand-medium {
	--brand-height: 75px !important;
}

.brand-large {
	--brand-height: 125px !important;
}

.brand-largest {
	--brand-height: 220px !important;
}