/* JobLik 0.33.359
STRICT SCOPE: ONLY remove the small dedicated construction footer logo on mobile.
Nothing else is modified.
*/
@media (max-width:760px){
  html body.public-body[data-joblik-path="/construction"] footer.v064-footer
  .joblik-construction-footer-logo-v355{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
  }
}
