/*
VARIABLES */
.template_videobg_txt .slide_content {
  bottom: 20px;
  padding: 20px 25px 30px 25px;
  margin: 0;
}
.template_videobg_txt .slide_content p {
  color: var(--bricks-color-nwonvn);
  margin: 0px;
}
.template_videobg_txt .container_icon_left {
  max-height: calc(45vh - 55px);
  max-height: calc(45dvh - 55px);
  flex-direction: column;
}
.template_videobg_txt .background-video {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 1281px) {
  .template_videobg_txt .slide_content {
    /*max-width: 50%;*/
    bottom: 7%;
    padding: 20px 30px 40px 30px;
    margin: 0;
  }
  .template_videobg_txt .slide_content .btn_icon {
    font-size: 3rem;
    display: block;
  }
  .template_videobg_txt .slide_content,
  .template_videobg_txt .container_icon_left {
    max-height: 100%;
  }
}
