/**
 * @file
 * Visual styles for Levelplus's parallax and video bg region.
 */
.parallax-active .colored-region.dark .highlighted-bottom-transparent-bg,
.video-bg-active .colored-region.dark .highlighted-bottom-transparent-bg {
  background-color: rgba(30, 37, 39, 0.8);
}
.parallax-active .light-gray-region .highlighted-bottom-transparent-bg,
.video-bg-active .light-gray-region .highlighted-bottom-transparent-bg {
  background-color: rgba(244, 247, 251, 0.8);
}
.parallax-active .highlighted-bottom-transparent-bg,
.video-bg-active .highlighted-bottom-transparent-bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
