.rowstyles-sep-image-top, 
.rowstyles-sep-image-bottom { position:absolute; width:100%; }
.rowstyles-sep-image-top { top:0px; }
.rowstyles-sep-image-bottom { bottom: 0px; }
.rowstyles-sep-image-top .wrap, 
.rowstyles-sep-image-bottom .wrap { margin: 0; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); }
.rowstyles { position: absolute; width: 100%; z-index: 50; }
.rowstyles.gradient_overlay { height: 100%; left: 0; overflow: hidden; pointer-events: none; position: absolute; top: 0; width: 100%; z-index: 30; }
.rowstyles.parallax-responsive { height: 100%; position: absolute; top: 0; width: 100%; z-index: 0; overflow: hidden; }
.rowstyles.parallax-responsive + .fl-row-content { position: relative; z-index: 1; }
.rowstyles .parallax-responsive-inner { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 100vh; min-height: 100%; position: absolute; top: 0; width: 100%; z-index: 0; }
.rowstyles .parallax-responsive-inner.parallax-mobile,
.rowstyles .parallax-responsive-inner.parallax-tablet { display: none; }
.rowstyles .parallax-responsive-inner:not(.skrollable) { opacity: 0; }
.rowstyles.row-top { top: 0; }
.rowstyles.row-bottom { bottom: 0; }
.rowstyles svg.top { top:0px; }
.rowstyles svg.bottom { bottom:0px; }
@media (max-width:1024px) {
	.rowstyles.tablet-no-parallax .parallax-responsive-inner { top: auto !important; height: 100% !important; min-height: 100% !important; transform: none !important; }
	.rowstyles .parallax-responsive-inner.parallax-tablet { display: block; }
	.rowstyles .parallax-responsive-inner.parallax-tablet ~ .parallax-responsive-inner { display: none !important; }
}
@media (max-width:767px) {
	.rowstyles.mobile-no-parallax .parallax-responsive-inner { top: auto !important; height: 100% !important; min-height: 100% !important; transform: none !important; }
	.rowstyles .parallax-responsive-inner.parallax-mobile { display: block; }
	.rowstyles .parallax-responsive-inner.parallax-mobile ~ .parallax-responsive-inner { display: none !important; }
}