.userThumb{
    display: inline-block; 
	width: 2rem;
	height: 2rem !important; 
    background-image: url('../assets/user1.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}