/**
 * @copyright  	Frenkelson Werbeagentur 2022 <https://frenkelson.de>
 * @author     	Oliver Orlowski (called ideefiXx) <https://oliver-orlowski.de>
 * @knew     	What I wouldn't give to be normal. To live in that bubble, the reality of the naive.
 * @package    	FrenkelsonSupportBundle
 * @license    	LGPL-3.0+
 *
 */  
 
.parallax-window{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}