/* CTA Short Content */
.cta-short-content.bg-image {
  background-position: center center !important;
}
.cta-short-content .small-container {
  position: relative;
}
.cta-short-content .heading.duplicate {
  font-size: 160px;
  line-height: 140px;
}
.cta-short-content .heading.duplicate::before {
  transform: unset;
  font-size: 400px;
  line-height: 400px;
  top: -40%;
  left: -13%;
  opacity: 0.05;
}
.cta-short-content .cta-content strong {
  color: var(--enigmaYellow);
  font-size: 24px;
}
.cta-short-content .content-text.enigmaWhite ul li {
  color: var(--enigmaWhite);
}
.cta-short-content .content-text.enigmaYellow ul li {
  color: var(--enigmaYellow);
}
.cta-short-content .content-text.enigmaGreen ul li {
  color: var(--enigmaGreen);
}
.cta-short-content .content-text.enigmaGrey ul li {
  color: var(--enigmaGrey);
}
.cta-short-content .content-text.enigmaCorporate ul li {
  color: var(--enigmaCorporate);
}

/* New Background Position */
section.cta-short-content {
  overflow: hidden;
  padding: 0;
}

.cta-short-content-bg {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  /* border: 1px solid red; */
  z-index: 1;
}
.cta-short-content .bg-overlay {
  z-index: 2;
}

.cta-short-content .cta-short-content-bg::before,
.cta-short-content .cta-short-content-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.cta-short-content .cta-short-content-bg::before {
  background: linear-gradient(
    90deg,
    #1b1b1a 0%,
    rgba(27, 27, 26, 0.9) 44%,
    rgba(27, 27, 26, 0) 100%
  );
}

.cta-short-content .cta-short-content-bg::after {
  background: linear-gradient(
    90deg,
    rgba(27, 27, 26, 0) 80%,
    rgba(27, 27, 26, 0.5) 92%,
    rgba(27, 27, 26, 0.9) 100%
  );
}

.cta-short-content .cta-short-content-container {
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 640px) {
  .cta-short-content .cta-content {
    max-width: 90% !important;
  }
  .cta-short-content .cta-content strong {
    font-size: 18px;
  }
  .cta-short-content .heading.duplicate {
    font-size: 64px;
    line-height: 64px;
  }
  .cta-short-content .heading.duplicate::before {
    font-size: 120px;
    line-height: 70px;
    top: -40%;
    left: -13%;
  }
}

@media only screen and (min-width: 1440px) {
  .cta-short-content .heading.duplicate::before {
    left: -23%;
  }
}
