.trainer-profile img {
    height: 80px;       /* set your desired height */
    width: auto;        /* maintain aspect ratio */
    object-fit: cover;  /* crop nicely if needed */
    display: block;     /* avoid inline spacing issues */
}