/* V40.7 — AIRA homepage video restoration and control placement. */
html body.wpu-phase-e-page[data-wpu-public-homepage="1"] .rh-aira-card__video,
html body.wpu-phase-e-page[data-wpu-public-homepage="1"] .wpu-phase-e-hero-video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

html body.wpu-phase-e-page[data-wpu-public-homepage="1"] .rh-aira-card__badge{
  display:none!important;
}

html body.wpu-phase-e-page[data-wpu-public-homepage="1"] .rh-aira-card__controls,
html body.wpu-phase-e-page[data-wpu-public-homepage="1"] .wpu-reference-video-controls{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  left:auto!important;
  bottom:auto!important;
  z-index:8!important;
  display:flex!important;
  align-items:center!important;
}

@media (max-width:575.98px){
  html body.wpu-phase-e-page[data-wpu-public-homepage="1"] .rh-aira-card__controls,
  html body.wpu-phase-e-page[data-wpu-public-homepage="1"] .wpu-reference-video-controls{
    top:8px!important;
    right:8px!important;
    left:auto!important;
    bottom:auto!important;
  }
}
