/* responsive */
.seo-mapper__text-hide {
  overflow: hidden;
  position: relative;
  height: 100px;
}
.seo-mapper__text-hide:before {
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 75%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 75%);
}
.seo-mapper__text-hide.showed {
  height: auto;
}

/*# sourceMappingURL=main.css.map*/