.BK-container-video {
  margin-inline: auto;
  height: 100vh;
  position: relative;
}
.BK-video {
  position: relative !important;
  width: 100%;
  display: block;
  margin-inline: auto !important;
  object-fit: cover;
  height: 100%;
  border-radius: 0;
}
.BK-textContainer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
.BK-absolText {
  font-family: "Montserrat", sans-serif;
  font-size: 126px;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
  color: white;
  opacity: 0;
  pointer-events: none;
  margin: 0;
}

.decompte::after {
  font-family: "Montserrat", sans-serif;
  content: attr(data-suffix);
  font-size: 80px;
  position: relative;
}

.BK-absolSubText {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  z-index: 1;
  color: white;
  opacity: 0;
  pointer-events: none;
}

.elementor-editor-active .view {
  opacity: 1 !important;
}
@media screen and (max-width: 1200px) {
  .BK-absolText {
    font-size: 36px;
  }
  .BK-absolText.decompte {
    font-size: 80px;
  }
  .BK-absolText.decompte::after {
    font-size: 58px;
  }
  .BK-absolSubText {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .BK-absolText {
    font-size: 54px;
    padding: 0 10%;
  }
  .BK-absolText.decompte::after {
    font-size: 48px;
  }
  .BK-absolSubText {
    font-size: 20px;
    padding: 0 10%;
  }
}
.BK-bottomVideoBlur {
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: linear-gradient(0deg, black, black 15%, transparent); */
  height: 50vh;
  opacity: 1;
  width: 100%;
}
