/* v214: exact desktop eyebrow and image-transition corrections. */
@media (min-width: 992px) {
  /* Match the compact underline used by the other section overlines. */
  #why-wmf.wmf-v211-desktop .why-eyebrow::after {
    width: 40px !important;
    height: 2px !important;
    margin: 8px 0 24px !important;
  }

  /* Remove inherited overlays so the photo remains completely clean after the blend. */
  #why-wmf.wmf-v211-desktop .why-hero::before,
  #why-wmf.wmf-v211-desktop .why-hero-media::before {
    content: none !important;
    display: none !important;
  }

  /* Move the complete image plane exactly 2 cm to the right. */
  #why-wmf.wmf-v211-desktop .why-hero-media {
    right: -2cm !important;
    left: auto !important;
  }

  /* Blend only the first 3 cm measured from the photo's left edge. */
  #why-wmf.wmf-v211-desktop .why-hero-media::after {
    background: linear-gradient(
      90deg,
      #0f1318 0,
      rgba(15, 19, 24, .92) .6cm,
      rgba(15, 19, 24, .62) 1.4cm,
      rgba(15, 19, 24, .27) 2.2cm,
      rgba(15, 19, 24, 0) 3cm,
      rgba(15, 19, 24, 0) 100%
    ) !important;
  }
}
