How do I make my widget height consistent and not overlapping

In short, set min-height and max-height options to be the same. Alternately, try setting the `height` option.

Why? Because testimonial lengths differ and there might be an image or not, the normal CSS height property fails for our dynamic rotations.