/*
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-container { /* Slider container */

}

.ls-layers { /* Layers wrapper */ 

}

.ls-3d-box div { /* Sides of 3D transition objects */ 

}
#header .container {

z-index: 100;

}
.magical-blur {
 filter: blur(1px) !important;
}
.aura-blur {
 filter: blur(24px) !important;
}
.aura-shadow {
filter: drop-shadow(-3px 0px 3px #0b150e) !important;
}
.aura-darkshadow {
filter: drop-shadow(2px 2px 3px #000000) !important;
}