.showcase-slider .showcase-slide img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: rgba(15, 23, 42, 0.12);
}

html[data-theme="dark"] .showcase-slider .showcase-slide img {
  background: rgba(15, 23, 42, 0.3);
}
