/* codeDESIGN - parallax_static.css */
@charset "utf-8";

/* PARALLAX STATIC */
.parallax {
	width: 100%;
	height: 100%;
	position: relative;
}
/*
.jarallax:before,
.jarallax:after {
	content: '';
	background: #ffffff;
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 10px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
}
.jarallax:after {
	content: '';
	background: #ffffff;
	background: rgba(255, 255, 255, 0.4);
	top: 0px;
}
*/
.parallax_image_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border-bottom: 4px solid var(--ci_color_accent_1); */
	position: relative;
}
@media only screen and (max-width: 991px) {

	.layout_codedesign_responsive_parallax_wrapper_ {
		display: none;
	}
	
}