.full-width-bg-image-cta {
  background-color: #000;
}
.full-width-bg-image-cta .vm-video-controls-container {
  position: absolute;
  bottom: 3%;
  left: auto;
  right: 40px;
}
.full-width-bg-image-cta.right .vm-video-controls-container {
  position: absolute;
  bottom: 3%;
  left: 40px;
  right: auto;
}
.full-width-bg-image-cta > img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  position: relative;
}
.full-width-bg-image-cta .container-xxl {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  background-color: transparent;
}
.full-width-bg-image-cta.right .container-xxl {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  padding: 0;
  background-color: transparent;
}
.full-width-bg-image-cta .container-xxl .text {
  padding: 3rem;
  z-index: 5;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  background-color: transparent;
  text-align: center;
}
.full-width-bg-image-cta .container-xxl .text h2 {
  color: #fff;
  background-color: transparent;
}
.full-width-bg-image-cta .container-xxl .text p {
  width: 90%;
  font-size: 1.1rem;
}
.full-width-bg-image-cta .bottom-border70 {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 1279px) {
  .full-width-bg-image-cta .container-xxl .text {
    padding: 1rem;
  }
  .full-width-bg-image-cta .container-xxl .text p {
    width: 100%;
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .full-width-bg-image-cta .container-xxl,
  .full-width-bg-image-cta.right .container-xxl {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .full-width-bg-image-cta {
    background: none !important;
    background-color: #343434 !important;
    padding: 0 !important;
  }
  .full-width-bg-image-cta > .overlay-dark {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .full-width-bg-image-cta .vm-video-controls-container {
    position: absolute !important;
    bottom: 1% !important;
    left: calc(50% - 40px) !important;
    right: auto !important;
    z-index: 10 !important;
  }
  .full-width-bg-image-cta img {
    display: none;
  }
  .full-width-bg-image-cta .container-xxl,
  .full-width-bg-image-cta.right .container-xxl {
    width: 100%;
    position: relative;
  }
  .full-width-bg-image-cta .container-xxl > .overlay-dark {
    display: none !important;
  }
}