.b2b-image-logo-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba( 0, 0, 0, 0.2 );
}

.b2b-image-logo-card__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.4s ease;
}

a.b2b-image-logo-card:hover .b2b-image-logo-card__bg {
	transform: scale( 1.06 );
}

.b2b-image-logo-card__overlay {
	position: absolute;
	inset: 0;
	background: #000;
}

.b2b-image-logo-card__logo {
	position: relative;
	z-index: 1;
	max-width: 55%;
	max-height: 50%;
	width: auto;
	height: auto;
}
