.carousel-fade {
    .carousel-inner {
        .item {
		  width: 100%;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
	background-color: black;
}

.item:nth-child(1) {
    /*background: #636363;*/
}

.item:nth-child(2) {
    /*background: #773a1a;*/
}

.item:nth-child(3) {
    /*background: #8C4200;*/
}
/*img{
	width: 100%;
	max-height: 100%;	
}
.carousel-inner > .item > img{
margin:auto;
}*/