.testimonials .testim_spch_babl_box_left_carousel_wrapper
{
  background-color:transparent;
}

.testimonials .testim_spch_babl_box_left_carousel_caption
{
  margin-top: 10px;
}

/*img*/
.testimonials .testim_spch_babl_box_left_carousel_img img
{
   max-width: initial;
}


.testimonials .carousel-control-next,
.testimonials .carousel-control-prev
{
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;

    color: #fff;

    text-align: center;
    opacity: .5;

    font-size:2rem;
}
.testimonials .carousel-control-next:focus,
.testimonials .carousel-control-next:hover,
.testimonials .carousel-control-prev:focus,
.testimonials .carousel-control-prev:hover
{
    opacity:1;
}

.testimonials .carousel-control-prev
{
   left:0;
}

.testimonials .carousel-control-next
{
   right: 0;
}


