.featured-copy {
  inset: auto 0 18px;
  z-index: 2;
  background: transparent;
}

.featured-slide::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 48%;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 6%, #39283265 100%);
}
