.mdel-fancy-heading {
  margin-bottom: 0 !important;
  display: block !important;

  &.mdel-heading-skin-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    display: inline-block;
    color: transparent !important;
    background-size: 100% !important;
  }

  &.mdel-heading-skin-image {
    background-clip: text;
    -webkit-background-clip: text;
    background-size: cover !important;
    display: inline-block;
    color: transparent !important;
    background-repeat: no-repeat;
    background-position: center center;
  }

}