/* LilyJo v0.2.5a · bottom photo blends into the actual page background */
#lilyjo-public-site .lj70-footer-photo.lj82-footer-blend{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background-image:none !important;
  background-color:transparent !important;
}
#lilyjo-public-site .lj70-footer-photo.lj82-footer-blend::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image:linear-gradient(0deg,rgba(2,25,42,.52),rgba(2,25,42,.18)),var(--lj82-footer-image);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,var(--lj82-blend-top-alpha,0)) 0,#000 var(--lj82-blend-height,150px),#000 100%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,var(--lj82-blend-top-alpha,0)) 0,#000 var(--lj82-blend-height,150px),#000 100%);
}
#lilyjo-public-site .lj70-footer-photo.lj82-footer-blend>span{
  position:relative;
  z-index:1;
}
@media(max-width:760px){
  #lilyjo-public-site .lj70-footer-photo.lj82-footer-blend::before{background-position:center}
}
