.nw-bannercarousel-container {
  position: relative;
  // margin: 0 -7px;
  width: 100%;
}

.nw-bannercarouselenclose {
  flex-wrap: nowrap;
  display: flex;
  overflow: hidden;
}

.nw-bannercarouselitem {
  flex: 0 0 auto;
  // margin: 0 1px;
  width: 100%;
}

.nw-bannercarousel-dotswrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 16px;
}

.nw-bannercarousel-dots {
  display: inline-block;
  margin: 3px;
  box-shadow: 0 0 3px 1px #fff;
  border: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: $banner-carousel-dots-color;

  &.is-active {
    background: $banner-carousel-dotsactive-color;
  }
}

.nw-bannercarousel-button {
  position: absolute;
  z-index: 1;
  top: calc(50% - 30px);
  border: 0;
  padding: 7px 0;
  background: $banner-carousel-arrow-background;
  font-size: $banner-carousel-arrow-font-size;

  &.right {
    right: 0;
  }

  &.left {
    left: 0;
  }
}
