/* R158 — Careers image framing correction
   Hero: prioritize the top of the source image; bottom crop is acceptable.
   White-section feature image: center the source horizontally and anchor it low so the full team remains visible. */

/* Careers hero — show the top of the image on all viewport sizes. */
.ayamen-careers-hero-image{
  object-fit:cover!important;
  object-position:50% 0%!important;
  transform:none!important;
}

/* Careers white section — undo the old left-shifted crop (10%) and keep the full team inside the portrait 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% 100%!important;
  transform:none!important;
}

/* Keep the same framing intent on tablet/mobile too. */
@media (max-width:979px){
  .ayamen-careers-hero-image{
    object-position:50% 0%!important;
  }
  #business-content .ayamen-career-feature-card__media img,
  html[lang="ar"] #business-content .ayamen-career-feature-card__media img{
    object-position:50% 100%!important;
  }
}
