 
 
 
 
 
 
#bCarousel {
    height: 40vh;
}
#bCarousel .carousel-inner {
    height: 100%;
    position: relative;
}
#bCarousel .item {
    height: 100%;
}
#bCarousel .slide-text {
    position: absolute;
    width: 100%;
    top: 50%;
	margin-top: -70px;
    left: 0;
    font-size: 24px;
    color: #fff;
}
#bCarousel .slide-text .name {
    font-size: 45px;
}
#bCarousel .slide-text .text {
    font-style: italic;
    font-size: 17px;
}
#bCarousel .fill.slidebg {
    height: 100%;
    background-position: 50%;
    background-size: cover;
}
#bCarousel .carousel-controller {
	opacity:0;
	background-color: rgba(255,255,255,0.7);
	width: 40px;
	height: 35px;
	display: block;
	position: absolute;
	top: 50%;
	margin: 0 20px;
	border-radius: 5px;
	margin-top: -17.5px;
	z-index:15;
}
#bCarousel a.left.carousel-controller {
    left: 0;
}
#bCarousel a.right.carousel-controller {
    right: 0;
}
#bCarousel .carousel-controller span {
    font-size: 30px;
    line-height: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    color: #555;
}
#bCarousel .carousel-controller:active,
#bCarousel .carousel-controller:focus,
#bCarousel .carousel-controller:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,0.9);
}
#bCarousel .carousel-controller span.icon-prev:before {
    content: '\2039';
}
#bCarousel .carousel-controller span.icon-next:before {
    content: '\203a';
}
#bCarousel .carousel-indicators {
    z-index: 1;
}  