.user-icon {
	/* max-width: 91px; */
    max-height: 24px;
    margin-right: 10px;
}

.user-icon__img {
	height: 24px;
}

.user-icon_Label {
	display: none;
	margin-left: 5px;
}
.user-icon_Label p {
	margin-top: .75rem;
}

@media only screen and (min-width: 992px) {
	.user-icon {
		/* max-width: 155px; */
		max-height: 42px;
		margin-right: 0;
	}
	
	.user-icon__img {
		height: 42px;
		object-fit: cover;
	}
	.user-icon_Label {
		display: block;
	}
	.user-icon_Label a {
		text-decoration: none;
	}
	
	.user-icon_Label p {
		white-space: pre;
		color: #B7B7B8;
		padding-left: 5px;
	}
}