.equal-img {
  width: 100%;
  height: 200px; /* or any fixed height you want */
  object-fit: cover;
  border-radius: 0.5rem; /* optional for rounded edges */
}