/* =========================================================
   NURIA REALTY — STORY PAGE
========================================================= */

.nr-story-hero{
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.70) 0%,
      rgba(0,0,0,.44) 48%,
      rgba(0,0,0,.20) 100%
    ),
    url('../img/story/hero/story-hero.webp')
    center center / cover no-repeat;
}