/**
 * @file
 * Visual styles for Startup Growth Lites's parallax region.
 */
.parallax-active .highlighted-bottom {
  background-image: url("../../images/renato2.png");
  background-repeat: no-repeat;
  background-position: top 50%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  z-index: 2;
}
