.hd-column-styler {
  opacity: 0;
}

.bg-blend {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    mix-blend-mode: multiply;
}

.column-styler-wrap {
  position: relative;
}

.hd-column-styler {
  position: absolute;
  left: 0;
  height: auto;
}

.hd-column-styler .hd-box-styler-text {
  position: relative;
}

@media (min-width: 768px) {
   
  .hd-column-styler .hd-box-styler-text {
    position: relative;
  }

  .hd-column-styler .hd-box-styler-text * {
    text-align: inherit;
    
  }

}

@media (min-width: 992px) {

  .bg-blend {
    height: calc(110% + 44px);
  }
  
}

{# RTL Languages #}

@media (min-width: 768px) {
  
html[dir='rtl'] .hd-column-styler .hd-box-styler-text * {
    text-align: right;   
  }
  
}
