.lighting-hero {
  position: relative;
}

.lighting-background {
  position: absolute;
  inset: 0;

  background-image: url('/assets/images/lighting/06.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lighting-photo {
  display: none;
}

.lighting-hero-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.lighting-hero-bottom svg {
  display: block;
  width: 100%;
  height: 100px;
}

/* =============
PHONE VIEW 
============= */
@media (max-width: 768px) {
  .lighting-hero,
  .lighting-background,
  .lighting-hero-bottom {
    position: static;
  }

  .lighting-background {
    background-image: none;
    flex: none;
    width: 100%;
    height: auto;
  }

  .lighting-hero-bottom .lighting-wave {
    display: none;
  }

  .lighting-photo {
    flex: none;
    object-fit: cover;
    display: block;
  }
}
