
/* A photographic band behind the Community header, matching My Rhythm and My
   Kitchen: her own Community artwork — the "Stronger together" mug, potted
   plant and throw. Cropped past the phone, whose screen text is unreadable small.
   THE SOURCE IS CUT TO THE SLOT'S OWN 2.88:1 — `cover` fills the width, so a
   near-square photo would be sliced into a close-up.
   HEIGHT UNCHANGED: absolutely positioned inside a header sized by its children.
   NO `overflow:hidden` — it makes a block formatting context and stops the last
   child's bottom margin collapsing, silently adding height. */
#cmxSec .cmx-head{ position:relative; }
#cmxSec .cmx-head > *{ position:relative; z-index:1; }
#cmxSec .cmx-band{
  display:block;
  position:absolute; top:0; right:0; bottom:0;
  width:min(38%,420px);
  background-image:url("assets/img/img-e3253d0e1899.webp");
  background-size:cover;
  background-position:center center;
  z-index:0;
  pointer-events:none;
  -webkit-mask-image:linear-gradient(to right, transparent 0%, rgba(0,0,0,.5) 32%, rgba(0,0,0,.92) 72%, transparent 100%);
  mask-image:linear-gradient(to right, transparent 0%, rgba(0,0,0,.5) 32%, rgba(0,0,0,.92) 72%, transparent 100%);
  opacity:.88;
}
@media (max-width:1100px){ #cmxSec .cmx-band{ width:32%; opacity:.42; } }
@media (max-width:620px){ #cmxSec .cmx-band{ display:none; } }
