.secondText {
	opacity: 0;
	position: absolute;
}

@media (max-width: 991px) {
	
	.secondText {
		opacity: 1;
		position: inherit;
		transform: translate3d(0px, 0px, 0px) !important;
	}

}

@media (max-height: 990px) {
    #Scene01 {
	    padding-bottom: 4em;
    }
}

@media (max-height: 800px) {
	
	#Scene01 .gap-top-6 {
		margin-bottom: 10em;
	}
	
	#Scene01 .TeaserBox {
		    margin-top: 6em;
	}
	
/*
	.secondText {
		opacity: 1;
		position: inherit;
		transform: translate3d(0px, 0px, 0px) !important;
	}
*/

}

