

@import "../../../theme/color.css.less";


    .owl-carousel {
      direction: ltr;
      margin-bottom:6px;
    }


.carousel-caption{
  margin:-40px 0 0  0; 
  z-index:1;
   position:relative; 
   padding:5px;
    height:30px; 
    background-color:rgba(0,0,0,0.40);
      color:#fff ;
       overflow: hidden;
        text-overflow: ellipsis;
         white-space: nowrap;
         text-align:center;
}
