.img-with-text-slider {
  position: relative;
  box-shadow: 0px 0px 7px 10px rgb(0 0 0 / 60%) inset;
}

.img-with-text-slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 90px;
  background: linear-gradient(0deg, rgb(0 0 0 / 50%), transparent);
  pointer-events: none;
}

.img-with-text-slider .slider-text {
  position: absolute;
  bottom: .4em;
  left: .6em;
  z-index: 11;
  white-space: pre;
  font-size: 1.3em;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
}
