.lighting-hero {
  position: relative;
}

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

  background-image: url('/assets/images/services/covers/lighting.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;
}

.slideshow,
.slideshow * {
  transform: none;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 500px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 24px;
}

.slideshow .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.slide.active {
  opacity: 1;
}

/* =============
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;
  }
}
