// In the OR — full bleed scene shot

function InTheOR() {
  return (
    <section className="section section--or" id="in-the-or">
      <div className="or-scene">
        <img className="or-scene__photo" src="assets/nephros-or.png" alt="Nephros in the operating room" />
        <div className="or-scene__overlay"></div>
        <div className="wrap or-scene__copy">
          <span className="eyebrow">
            <span className="dot" aria-hidden="true"></span>
            <span className="num">007</span>
            <span>In the OR</span>
          </span>
          <h2 className="h2 or-scene__title">
            Built for<br /><em>cardiac surgery</em>
          </h2>
          <p className="lede or-scene__lede">Familiar interfaces, familiar circuit configurations, minimal training. Nephros drops in alongside the heart-lung machine without changes to surgical or perfusion workflow.</p>
          <dl className="or-scene__meta">
            <div>
              <dt>Footprint</dt>
              <dd>Durable Device
Mast Mounted Controller Sterile Cartridge</dd>
            </div>
            <div>
              <dt>Workflow</dt>
              <dd>Familiar terms,
Novel tool
</dd>
            </div>
            <div>
              <dt>Operator</dt>
              <dd>Perfusionist
Driven
</dd>
            </div>
          </dl>
        </div>
      </div>
    </section>);}window.InTheOR = InTheOR;