/*
 * SplitScroller 0.9
 *
 * Copyright 2017, ASPRIT Solutions GmbH & Co. KG
 * http://www.asprit.de/
 *
 * Released on: June 9, 2017
 */

.sv-container{position:relative;width:100%;overflow:hidden;box-sizing:border-box}.sv-panel{position:absolute;width:100%;overflow:hidden}.sv-panel .sv-content{position:absolute;width:100%;color:#FFF}.sv-container,.sv-panel,.sv-panel .sv-content{height:350px}.sv-content{background-size:auto 350px;background-repeat:no-repeat;background-position:top center}.bottom{z-index:1;height:100%}.top{z-index:2;height:0}.skewed .top{margin-top:-1000px;height:calc(50vw + 1000px)}.skewed .top .sv-content{margin-top:1000px}