.promo-true-proactive .promo-three-container {
  position: relative;
  width: 100%;
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: -7%;
  max-width: 100vw !important;
  padding: 0;
}

.promo-true-proactive .reactive-proactive-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.promo-true-proactive .overlay {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 2;
}

.promo-true-proactive .overlay-text {
  background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0.1));
  border-radius: .5rem;
  color: #fff;
  text-align: left;
  font-size: var(--text-large);
  padding: 1% 2%;
  z-index: 3;
}

@media (max-width: 1920px) {
  .promo-true-proactive .promo-three-container { height: 743px; }
}

@media (max-width: 768px) {
  .promo-true-proactive .promo-three-container { height: 200px; }
  .promo-true-proactive .overlay { bottom: -50%; width: 90%; }
  .promo-true-proactive .overlay-text { padding: 2% 4%; }
}