.Tonia img {
  height: 250px;       /* choose the uniform height you want */
  width: auto;         /* let the width scale proportionally */
  object-fit: cover;   /* crop edges to fill if needed */
  display: block;
  margin: 0 auto;      /* centers them since you used img-center */
}
