.carousel .active.left {
  left: -100%;
  float: none;
}

.carousel .active.right {
  left: 100%;
  float: none;
}