.amember-user {
	width: 56px;
	padding: 0 8px;
	text-align: center;
	display: inline-block;
}

.amember-user__img-container {
	width: 56px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.amember-user__img {
	width: 56px;
}

.amember-user__name {
	margin-top: 8px;
	color: #333;
	font-size: 1rem;
}
