#custom-leeu-spotlight {
  position: relative;
  overflow: hidden;
}

#custom-leeu-spotlight .spotlight-text {
  position: relative;
}

#custom-leeu-spotlight .spotlight-container:before {
  content: 'Spotlight';
  font-size: 510px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  opacity: .25;
  white-space: nowrap;
  left: -100px;
  line-height: 1;
}

#custom-leeu-spotlight .spotlight-wrapper {
  background-color: #C8D8EB !important;
}