.carouselControls {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-control.left {
	left: 0;
    position: absolute;
    top: 0;
    z-index: 99;
}

.carousel-control.right {
	right: 0;
    position: absolute;
    top: 0;
    z-index: 99;
}