/* =========================================================
   NURIA REALTY — EDITORIAL PAGE
========================================================= */

.nr-editorial-hero{
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.72) 0%,
      rgba(0,0,0,.46) 48%,
      rgba(0,0,0,.22) 100%
    ),
    url('../img/editorial/hero/editorial-hero.webp')
    center center / cover no-repeat;
}