/*
Theme Name: Inventis
Theme URI: http://inventis.co.uk
Template: Divi
Author: Inventis Website Design
Author URI: http://inventis.co.uk
Description: Inventis Website Design Child Theme
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 1.0.0.1535731071
Updated: 2018-08-31 16:57:51

*/

/* Our wrapper */
.wrapper{
  width: 100%;
  height: 334px;
  position: relative;
  left:0;
  top:0;
  overflow:hidden;

}

/* Our image information */
.before,
.after {
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top:0;
  left:0;
  pointer-events:none;
  overflow: hidden;
}

.content-image{
	max-width:none;
  height:100%;
}

.after{
  width:125px;
}

.scroller{
  width: 50px;
  height:50px;
  position: absolute;
  left:100px;
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background-color: transparent;
  opacity:0.9;
  pointer-events:auto;
  cursor: pointer;
}

.scroller:hover{
  opacity:1;
}

.scrolling{
  pointer-events:none;
  opacity:1;
 z-index: 1;
}

.scroller__thumb{
  width:100%;
  height:100%;
  padding:5px;
}

.scroller:before,
.scroller:after{
  content:" ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition:0.1s;
}
.scroller:before{
  top:100%;
}
.scroller:after{
  bottom:100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller{
  border: 5px solid #fff;
}
.scroller:before,
.scroller:after{
  background: #fff;
}


@media screen and (max-width:980px) {
	.wrapper{position:relative;} }


@media screen and (max-width:1485px) {
	.wrapper{height:445px;} }

@media screen and (max-width:1277px) {
	.wrapper{height:382px;} }

@media screen and (max-width:602px) {
	.wrapper{height:358px;} }

@media screen and (max-width:490px) {
	.wrapper{height:220px;} }
