.cta-wrapper {
  position: relative;
}

.cta-slider-heading {
  margin-left: 20px;
  font-size: 14px;
}

.cta-slider {
  width: 100%;
  margin-top: -10px;
}

.cta-slider .slider-item {
  width: 100%;
  padding: 20px 20px 25px;
}

.cta-slider .inner-content {
  width: 100%;
  height: 400px;
  background: #ffffff;
  box-shadow: 0px 0px 20px #ffffff29;
  border-radius: 10px;
  padding: 0;
  position: relative;
  background-color: #3e3e3e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-slider .cta-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000000b4 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 2px 2px;
  padding: 4px 12px;
  font-size: 10px;
  color: #fff;
  z-index: 9;
}

.cta-slider .product-gallery-image.video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
}

.cta-slider .contents {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

.cta-slider .text {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.cta-slider .author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-slider img.icon {
  width: 70px;
  height: auto;
  margin-bottom: 25px;
}

.cta-slider .big-btn {
  background: transparent linear-gradient(180deg, #333330 0%, #000000 100%) 0%
    0% no-repeat padding-box;
  border: 2px solid #f2f2f2cb;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-bottom: -25px;
  font-family: Larsseit Bold, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.cta-slider.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 2px;
  background: #6c6c6b;
  margin: 5px 4px;
}

.cta-slider.owl-theme .owl-dots .owl-dot.active span {
  width: 12px;
  height: 2px;
  background: #a7a7a7;
}

@media screen and (min-width: 1024px) {
  .cta-slider .cta-label {
    top: 20px;
    left: 0;
    transform: none;
    border-radius: 0px 2px 2px 0;
    padding: 4px 12px;
    font-size: 14px;
  }
  .cta-slider .big-btn {
    font-size: 18px;
  }
  .cta-slider {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .cta-slider-heading {
    margin-left: 0;
  }
  .cta-slider .slider-item {
    width: auto;
    padding: 20px 20px 25px;
  }
}
