.profile_image_css {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eee;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.profile_image_css img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* 🔥 ye missing tha */
    display: block;
}
