.nw-favnshare-container {
  &.is-relative {
    flex-wrap: nowrap;
  }

  &.is-absolute {
    position: absolute;
    z-index: 3;
    top: 100px;
    left: 0;
    margin: 0;
    max-width: 50px;
    @media screen and (min-width: $screen-min-sm) {
      position: fixed;
      top: 250px;
    }
  }
}

.nw-favnshare-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;

  &.is-absolute {
    margin-bottom: 20px;
    padding: 0;
  }
}
