/* BOOTIES Recruitment visual fallbacks — packed image sprite */
#heroPhoto:not(.has-image),
.jobs .job .job-image:not(.has-image),
#whyPhoto:not(.has-image),
#ctaPhoto:not(.has-image){
  background-image:url('./assets/recruitment-sprite-v2.webp?v=2');
  background-repeat:no-repeat!important;
}
#heroPhoto:not(.has-image){background-size:auto 800%!important;background-position:center 0%!important;}
.jobs .job .job-image:not(.has-image){background-size:100% 800%!important;}
.jobs .job:nth-child(1) .job-image:not(.has-image){background-position:center 14.2857%!important;}
.jobs .job:nth-child(2) .job-image:not(.has-image){background-position:center 28.5714%!important;}
.jobs .job:nth-child(3) .job-image:not(.has-image){background-position:center 42.8571%!important;}
.jobs .job:nth-child(4) .job-image:not(.has-image){background-position:center 57.1429%!important;}
.jobs .job:nth-child(5) .job-image:not(.has-image){background-position:center 71.4286%!important;}
#whyPhoto:not(.has-image){background-size:auto 800%!important;background-position:center 85.7143%!important;}
#ctaPhoto:not(.has-image){background-size:100% 800%!important;background-position:center 100%!important;}
