/* Avoid clipped blend groups in mobile WebKit; feather the source image itself. */
@media(max-width:600px){
 body .sumi-hero .sumi-art{overflow:visible;mix-blend-mode:normal;z-index:auto}
 body .sumi-hero .sumi-art img{
  width:min(110%,calc(100% + 40px));left:max(-5%,-20px);
  mix-blend-mode:screen;
  mask-image:radial-gradient(ellipse closest-side at 50% 50%,#000 68%,transparent 100%);
  -webkit-mask-image:radial-gradient(ellipse closest-side at 50% 50%,#000 68%,transparent 100%);
 }
 body .sumi-hero::before,body .sumi-hero::after{mix-blend-mode:normal}
 body .sumi-hero::after{
  mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 70%,transparent);
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 70%,transparent);
 }
}
