.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
}
.text-signpost__right-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255,255,255,.75);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px)
}
.text-signpost--reverse .text-signpost__right-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255,255,255,.75);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px)
}
@media (min-width:992px) {
  .text-signpost__right-content::after {
    right: unset;
    left: 0;
    margin-right: 0
  }
  .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)));
}
  .text-signpost--reverse .text-signpost__right-content::after {
    width: calc(100% - 3.2rem);
    left: 0;
    right: 0;
    margin-left: 0
  }
}