diff --git a/src/scss/cdb-components/carousel.scss b/src/scss/cdb-components/carousel.scss
index 9bcbe35..fc4798d 100644
--- a/src/scss/cdb-components/carousel.scss
+++ b/src/scss/cdb-components/carousel.scss
@@ -18,7 +18,7 @@
-
+
@@ -36,17 +36,10 @@
@import '../cdb-variables/colors';
.CDB-Carousel {
- width: 300px;
+ width: 100%;
margin-left: 32px;
}
-.CDB-Carousel-inner {
- width: 300px;
- overflow-x: scroll;
- overflow-y: hidden;
- white-space: nowrap;
-}
-
.CDB-Carousel-item {
@include inline-block();
width: $baseSize * 11;
diff --git a/src/scss/cdb-components/step.scss b/src/scss/cdb-components/step.scss
index ac1d7c5..8e375dc 100644
--- a/src/scss/cdb-components/step.scss
+++ b/src/scss/cdb-components/step.scss
@@ -78,4 +78,5 @@
height: $baseSize * 3;
font-size: 14px;
text-align: center;
+ cursor: pointer;
}