
.text-signpost .image-signpost__right{
	margin-right:auto;
    margin-left:0;
}
@media (max-width: 991.98px) {
  .text-signpost .mb-mobile-cta {
    margin-bottom: var(--md-2);
  }
}
.text-signpost  .config-text__cta-wrapper {
  margin-bottom: var(--lg-2);
}

@media (min-width: 992px) {
 .text-signpost  .config-text__cta-wrapper {
    margin-bottom: 0;
  }
}
.text-signpost .text-signpost__image {
 aspect-ratio: 1 / 1;
}
/*.text-signpost .video__overlay-image {
 aspect-ratio: 1 / 1;
}*/
.text-signpost__left-content {
  @media (max-width: 991px) {
    min-height: 30rem; 
  }
}

.text-signpost__left-content .video,
.text-signpost__left-content .video__overlay {
  @media (max-width: 991px) {
    height: 100%;
    min-height: 30rem;
    width: 100%;
  }
}

.text-signpost__left-content .video__overlay-image {
  @media (max-width: 991px) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.text-signpost__left-content {
  @media (max-width: 991px) {
    min-height: 30rem;
  }
}

 
.text-signpost__left-content .video,
.text-signpost__left-content .video__overlay {
  @media (max-width: 991px) {
    height: 100%;
    min-height: 30rem;
    width: 100%;
  }
}

.text-signpost__left-content .video__overlay-image {
  @media (max-width: 991px) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.text-signpost__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: var(--background-liquid-image); */
  background-position: center;
  background-size: cover
}
.text-signpost .background-video__overlay {
  display:none;
}
.text-signpost .background-video__overlay .icon-pause::before, .text-signpost .background-video__overlay .icon-play::before{
color:var(--black);
}
.text-signpost__tag-list {
  list-style: none
}
.text-signpost__tag-list::before {
  content: "";
  width: .1rem;
  height: 1.4rem;
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto
}
@media (min-width:992px) {
  .text-signpost .background-video__overlay {
  display:block;
  position: absolute;
  top: unset;
  left: unset;
  cursor: pointer;
  z-index: 2;

  right: calc((100% - 1256px) / 2);
  bottom: calc(var(--lg-1) - (4.8rem + var(--sm-2)));
}
}