/*h1, h2, h3, h4, h5, h6 {
  &.cyih-has-image {
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -20000000px;
    pointer-events: none;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;

    html[dir=rtl] & {
      background-position: bottom right;
    }

    &,
    html[dir=rtl] & {
      &.has-text-align-left {
        background-position: bottom left;
      }

      &.has-text-align-center {
        background-position: bottom center;
      }

      &.has-text-align-right {
        background-position: bottom right;
      }
    }
  }
}*/
