.caption {
    height: 200px;
    /* overflow: hidden; */
}

.caption h4 {
    /* white-space: nowrap; */
}

.caption .course_title {
  min-height: 25px;

}

.caption .course_price {
  text-align: right;

}

.caption .course_description {
  max-height: 200px;
}

.thumbnail > img,
.thumbnail a > img {
  height: 147px;
}
