.btbl-brand-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--btbl-logo-width, 220px);
	height: var(--btbl-logo-height, 72px);
	max-width: 100%;
	margin: 0;
	box-sizing: border-box;
	line-height: 0;
	vertical-align: middle;
	overflow: hidden;
}

.btbl-brand-logo__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
