.cx_cx_carousel .carousel-wraper .owl-stage {display: flex;}

.cx_cx_carousel .carousel-wraper .img-wrapper{min-height: 30px; width: max-content;}

.cx_cx_carousel .carousel-wraper .img-wrapper img {
	height: 30px;
	width: auto;
	min-height: 30px;	
}

.cx_cx_carousel.partner-img .img-wrapper {
	min-height: unset;
	width: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	border: 1px solid var(--e-border-white-01);
	padding: 20px;
	height: 100%;
}

.cx_cx_carousel.partner-img .img-wrapper:hover {
	background-color: var(--e-bg-purple);
	border-color: var(--e-common-white);
}

.cx_cx_carousel.partner-img .img-wrapper img {
	min-height: unset;
	width: auto;
    max-width: 80%;
    height: 100%;
    max-height: 68px;
    object-fit: contain;
}