.fix-image-250 {
  height: 250px !important;
  max-width: 100%;
  object-fit: cover;
}

.fix-image-400 {
  max-height: 400px !important;
  max-width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 360px) {
  .fix-image-400 {
    max-height: 250px !important;
    max-width: 100%;
    object-fit: cover;
  }
}

.garage-title {
  line-height: 1.5em;
  height: 3em;       /* height is 2x line-height, so two lines will display */
  overflow: hidden;  /* prevents extra lines from being visible */
}