.clamp {
  &_container {
    position: relative;
    display: block;
  }

  &_btn {
    background: $white;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: inherit;
    line-height: inherit;

    .clamp-full & {
      position: static;
      display: block;
      text-align: right;
    }

    &-block {
      position: static;
      display: block;
      text-align: right;
    }
  }
}
