/* NoorVista R9.5 — align mobile hero with the content gutter below it. */
@media (max-width: 760px) {
  html body.nv-home-page section.nv-home-slider,
  html body.nv-home-page .nv-home-slider[data-nv-home-slider],
  html body.nv-home-page .nv-home-slider {
    width: calc(100% - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin-inline: auto !important;
  }
}
