Blurring edges not working

I’m trying to use the inside shadow style to hide the white reflections in this image at the edge of the image against the black background. When I setup the inside shadow with a obvious color, you can see that the color goes all the way to the edge and fades in toward the image. When I set it to the background image through it doesn’t appear. Why is this?


https://preview.webflow.com/preview/charlespick?utm_medium=preview_link&utm_source=designer&utm_content=charlespick&preview=3c54127bcb97e9677d995d32fa9ec4d7&pageId=6101f6f1cd2655c3e2f45944&workflow=preview

hi @charlespick here is one way how to

.wrapper{
    background: url('https://uploads-ssl.webflow.com/5eaa28f3031f7c1e17309e06/6102ed7aa3eb275cecd9c9b7_Glasses4.4.png') 50%/cover;
    box-shadow: 0 0 8px 8px #111111 inset;
  }