.my-customer-img{
	position: relative;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	margin-left: -16px;
	width: 50px;
	height: 50px;
	z-index: 1;
}
.my-customer-img.my-add-more{
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}