.vehicle-slide[hidden] {
  display: none !important;
}

.vehicle-slide small {
  line-height: 1.45;
  text-align: center;
  white-space: normal;
}

.matrix-row {
  grid-template-columns: 1.15fr repeat(4, minmax(118px, 1fr));
}

@media (max-width: 900px) {
  .matrix-row {
    min-width: 820px;
  }
}
