.bb-parallax-animation.fl-animation { opacity: 0; }
.bb-parallax-animation.fl-animated { opacity: 1; }

/* Row Bg Overlay */
.bb-parallax-overlay .fl-row-content-wrap:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bb-parallax-overlay .fl-row-content {
	position: relative;
	z-index: 1;
}