.text-video {
  position: relative; }
  .text-video .title-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #000;
    background: #fff;
    text-align: center;
    mix-blend-mode: screen; }
  .text-video .title-block {
    font-weight: 700;
    text-align: center;
    font-size: 120px;
    line-height: 0.88;
    margin: 0;
    padding: 0;
    inset: 0; }
    @media (min-width: 768px) {
      .text-video .title-block {
        font-size: 170px; } }
    @media (min-width: 1200px) {
      .text-video .title-block {
        font-size: 250px; } }
    @media (min-width: 1306px) {
      .text-video .title-block {
        font-size: 328px; } }
    .text-video .title-block.opacity {
      opacity: 0; }
  .text-video .elementor-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; }

/*# sourceMappingURL=text-video.css.map */