.nb-slider {
	position: relative;
}



.nb-slider .et_pb_image {
	opacity: 1;
	display: block !important;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: transparent;
    z-index: 10;
}

.nb-slider .et_pb_image.active {
	z-index: 20;
}