.ct-grid-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}
.ct-grid-slide {
    height: auto;
}
.grid-caption {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 100%;
    padding: 10px;
  height: 100%;
  border: 1px solid #eee;
}
.grid-caption img {
    max-width: 100%;
    max-height: 140px;
    width: 100%;
  object-fit: cover;
}