@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.flex-basis {
		flex-basis: auto;
	}
	.partner-container .client-item-wrapper img {
		width: 100%;
	}

	.bg-image {
		width: auto;
		height: 100%;
		min-width: 100%;
	}
}

@media all and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.bg-image {
		width: 100%;
		height: auto;
		min-height: 100%;
	}
}
