.kitify-creative-banners {
  position: relative;
}

.kitify-creative-banners__links ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  counter-reset: section;
}

.kitify-creative-banners__links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  list-style: none;
}

.kitify-creative-banners__links ul li .b-title {
  padding-left: 35px;
}

.kitify-creative-banners__links ul li span.kitify-e-icon-holder {
  margin-left: auto;
}

.kitify-creative-banners__links ul li:before {
  display: none;
  counter-increment: section;
  content: "0" counter(section);
  font-size: 20px;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: 0;
}

.kitify-creative-banners__images {
  position: absolute;
  display: none;
  margin-left: auto;
  width: 60%;
  height: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 40em) {
  .kitify-creative-banners__images {
    display: block;
  }
}

.kitify-creative-banners__images .kitify-creative-banners__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.kitify-creative-banners__images .kitify-creative-banners__image[data-element-loaded="true"] img {
  display: none;
}

.kitify-creative-banners__images .kitify-creative-banners__image.active {
  opacity: 1;
  z-index: 1;
}

.kitify-creative-banners.custom-style-default .kitify-creative-banners__images {
  bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kitify-creative-banners.custom-style-default .kitify-creative-banners__images {
  max-width: 30vw;
  height: 50vh;
}
