.highlighter {
  display: inline;
  position: relative;

  padding-bottom: 1px;

  text-decoration: none;

  background-image: linear-gradient(#fff570,#fff570);
  background-position: 0 92%;
  background-size: 100% 0.35em;
  background-repeat: no-repeat;
}

.bfif-t-horiz.full-edge .bfif-image-ctr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  height: 250px;

  margin-bottom: 0;
}
  .bfif-t-horiz.full-edge .bfif-content {
    margin-top: 250px;
  }
  .bfif-t-horiz.full-edge .bfif-image-ctr .bfif-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    max-height: none;
    padding-top: 0 !important;
  }

.bfif-t-default.full-edge .bfif-image-ctr {
  width: auto !important;
  margin: -60px -60px 1em;
}
  .bfif-t-default.full-edge .bfif-image-ctr .bfif-image {
    max-height: none;
  }

