/* LilyJo v0.2.4s · optional bottom photo band */
#lilyjo-public-site .lj70-footer>span{position:relative;z-index:1}
#lilyjo-public-site .lj70-footer-photo{
  min-height:270px;
  padding:34px 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  color:#fff;
  text-shadow:0 2px 12px rgba(0,20,34,.58);
  font-weight:700;
}
@media(max-width:760px){
  #lilyjo-public-site .lj70-footer-photo{min-height:190px;padding:28px 18px;background-position:center}
}
