.block-text-video {
  position: relative;
  padding: 4rem 0;
  padding: var(--space-7) 0;
  overflow: hidden;
}
.block-text-video .text-wrap-outer {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  z-index: 1;
}
.block-text-video .text-wrap-inner {
  padding-right: 3rem;
}
.block-text-video .shape-1, .block-text-video .shape-2, .block-text-video .shape-3 {
  position: absolute;
  height: auto;
}
.block-text-video .shape-1 {
  fill: #fff;
  width: 30%;
  right: 0;
  bottom: 0;
  opacity: .2;
  transform: translate(20%, 66%);
  -webkit-transform: translate(20%, 66%);
}
.block-text-video .shape-2 {
  width: 40%;
  left: 0;
  bottom: 0;
  transform: translate(-85%, 50%);
  -webkit-transform: translate(-85%, 50%);
}
.block-text-video .shape-3 {
  width: 7%;
  left: 50%;
  top: 0;
  transform: translate(-150%, 50%);
  -webkit-transform: translate(-150%, 50%);
}
.block-text-video .video-thumb {
  max-width: 580px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 20px;
}
.block-text-video .video-thumb .play-icon svg {
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 991px) {
  .block-text-video {
    padding: var(--space-7) 0 var(--space-8);
  }
  .block-text-video .text-wrap-outer {
    justify-content: center;
  }
  .block-text-video .text-wrap-inner {
    max-width: 480px;
    text-align: center;
    padding: 0 0 1rem;
  }
}
@media screen and (max-width: 539px) {}