.thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--dm-grey-border);
    transition: all 0.25s;
}

.thumbnail:hover {
	border-color: var(--dm-red);
}

.thumbnail-md {
	height: 50px;
    width: 50px;
}



.profile-photo.square {
	--photo-height: var(--photo-width);	
}
/*

*/
 

.profile-photo.rounded-circle img {
	border-radius: 50%;
}

 