/* OBX: Homepage hero slider full-bleed fix — prevents right-side gap when Elementor stretch / RevSlider init race fails */

/* Full-bleed breakout from 1200px container — works even if Elementor stretch JS fails */
body.home .site-content .elementor-section-stretched {
  width: 100vw !important;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  left: 0 !important;
}

body.home .site-content rs-fullwidth-wrap,
body.home .site-content rs-module-wrap {
  width: 100% !important;
  max-width: 100%;
}
