/* Make the sidebar profile image larger on desktop */
#sideNav .img-profile .rounded-circle {
  width: 220px;
  height: 4000px;
    /* keeps it nicely cropped in the circle */
}

/* Optional: adjust spacing below the image */
#sideNav .img-profile.mx-auto.mb-2 {
  margin-bottom: 0.75rem;
}
