.oh-concept-slider {
  width: 100%;
}

.oh-bde-concept-slider {
  width: 100%;
  max-width: 100%;
  display: block;
}

/* Grid children need min-width 0 so images don’t blow the 3-col track in flex layouts (e.g. Breakdance). */
.oh-bde-concept-slider .concept-slider__track {
  min-width: 0;
}

.oh-bde-concept-slider .concept-slide {
  min-width: 0;
}
