/* Variables */
/* Mixens: */
.banner-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.has-overlay::after {
  content: "";
  position: absolute;
  background-color: #fff;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.text_color-1 .has-overlay::after {
  background-color: #000;
}

.banner-cta-inner {
  position: relative;
  z-index: 1;
}