/**
 * @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+
 *
 */ 
 
.jarallax{
	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;
}

.jarallax .content{
	padding:4em;
}

.jarallax-keep-img {
	position: relative;
	z-index: 0;
}
.jarallax-keep-img > .jarallax-img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
	z-index: -100;
}
.jarallax-keep-img.demo-float-left {
	margin-right: 15px;
	margin-left: -60px;
}
.jarallax-keep-img.demo-float-right {
	margin-left: 15px;
	margin-right: -60px;
}
@media screen and (max-width: 600px) {
	.jarallax-keep-img.demo-float-left,
	.jarallax-keep-img.demo-float-right {
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
}