/*
You can type here custom CSS code, which will be loaded both on your admin and front-end pages. Please make sure to not override layout properties (positions and sizes), as they can interfere with the sliders built-in responsive functionality. Here are few example targets to help you get started:
*/
.ls-inner {   
	/*position: absolute;
	top: 0px;
	left: 0;
	z-index: -1 !important;
	border: solid 1px yellow;*/
}
.ls-container { /* Slider container */
	/*position: absolute;
	top: 0px;
	left: 0;
	z-index: -1 !important;
	border: solid 1px blue;*/
}

.ls-layers { /* Layers wrapper */ 
/*	position: absolute;
	top: 0px;
	left: 0;
	border: solid 1px red;*/
}

.ls-3d-box div { /* Sides of 3D transition objects */ 
	/*position: absolute;
	top: 0px;
	left: 0;
	border: solid 1px green;*/
	
}

.just-bg1 {
	z-index: 600 !important;
	/*position: absolute;
	top: 0px;
	left: 0;
	height: 50px !important;
border: 1px solid red;*/
}