/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .profile-card img{
    object-fit: cover;
    width: 100%;
    height: 150px;
 }