  .pid-1 #c2 .c-hero__media {
    position: relative;
  }
  
  .pid-1 #c2 .c-hero__media::after {
  	content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    box-shadow: inset 0 0 10px 0 #f0f0f0;
    pointer-events: none;
  }

  @supports (-webkit-hyphens:none) {
    .pid-1 #c2 .c-hero__media {
      -webkit-clip-path: polygon(
        0px 0px,
        100% 0px,
        100% 100%,
        0px 100%);
    }
  }