.csl-carousel .owl-carousel .owl-item img {
  /*width: auto;*/
  float: left;
  max-width: 100%;
  margin:0;
}

.owl-dots {
    margin-top: 10px;
    position: relative;
    z-index: 999;
}

.owl-theme .owl-dots .owl-dot:hover span {
  color: #a9112c !important;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /*z-index: 99999;*/
    -webkit-transform: translate3d(0,0,0);
}
