I have made the height of all the slides equal using these.
.slick-track { display: flex !important; } .slick-slide { height: inherit !important; } <