/* Feather the photo into the existing warm background; preserve full image scale. */
body.theme-B.home-banner-release-v1 .hero .hero-photo{
 -webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.32) 3%,rgba(0,0,0,.8) 8%,#000 16%,#000 97%,transparent 100%),linear-gradient(to bottom,transparent 0%,#000 4%,#000 96%,transparent 100%);
 mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.32) 3%,rgba(0,0,0,.8) 8%,#000 16%,#000 97%,transparent 100%),linear-gradient(to bottom,transparent 0%,#000 4%,#000 96%,transparent 100%);
 -webkit-mask-composite:source-in;
 mask-composite:intersect;
 -webkit-mask-repeat:no-repeat;
 mask-repeat:no-repeat;
}
@media(max-width:760px){
 body.theme-B.home-banner-release-v1 .hero .hero-photo{
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.5) 3%,#000 8%,#000 97%,transparent 100%);
  mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.5) 3%,#000 8%,#000 97%,transparent 100%);
  -webkit-mask-composite:source-over;
  mask-composite:add;
 }
}
