/* R159 — Careers image update
   - White section: use the supplied ccareer.webp image.
   - Hero: keep the top of the original hero source visible; bottom crop is preferred. */

/* Hero: force the actual picture/image to anchor to the top, overriding earlier center crops. */
.intro--business .intro__background > picture.background--cover,
.intro--business .intro__background > picture.background--cover > img,
.intro--business picture.background--cover .ayamen-careers-hero-image,
html[lang="ar"] .intro--business .intro__background > picture.background--cover,
html[lang="ar"] .intro--business .intro__background > picture.background--cover > img{
  object-fit:cover!important;
  object-position:50% 0%!important;
  transform:none!important;
}

/* White Careers section replacement image. Keep its focal content centered in the existing frame. */
#business-content .ayamen-career-feature-card__media img,
html[lang="ar"] #business-content .ayamen-career-feature-card__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:50% 50%!important;
  transform:none!important;
}

@media (max-width:979px){
  .intro--business .intro__background > picture.background--cover > img,
  .intro--business picture.background--cover .ayamen-careers-hero-image,
  html[lang="ar"] .intro--business .intro__background > picture.background--cover > img{
    object-position:50% 0%!important;
  }
}
