/* Decorative creator image for the existing CTA. It is an overlay and never
   participates in the banner's layout or changes the position of its copy. */
[data-creator-scene]::after{
  content:"";
  position:absolute;
  z-index:1;
  right:1.25rem;
  bottom:-.75rem;
  width:min(20vw,18rem);
  height:26rem;
  background:url('/images/people/social-creators-duo.png') center bottom / contain no-repeat;
  filter:drop-shadow(0 1.25rem 1.5rem rgba(35,0,0,.28));
  pointer-events:none;
}
[data-creator-scene] > :not([class*="-left-"]):not([class*="-right-"]){position:relative;z-index:2}
@media(max-width:60rem){
  [data-creator-scene]::after{right:.5rem;width:14rem;height:22rem;bottom:-.5rem}
}
@media(max-width:48rem){
  [data-creator-scene]::after{display:none}
}
