aside.lets-talk {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  bottom: 16px;
  right: 16px;
  width: 204px;
  padding: 8px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 16px;
  z-index: 999;

  @media screen and (max-width: 930px) {
    display: none;
  }

  > div {
    position: absolute;
    background-color: white;
    padding: 8px;
    border-radius: 8px;
    right: 8px;
    top: 8px;
    height: 40px;
  }

  > img {
    max-width: 88px;
  }

  > .caption {
    margin-top: 8px;
  }

  > label {
    margin-top: 4px;
  }

  > span {
    margin-top: 16px;
  }

  > a {
    margin: 16px 0;
    font-weight: 600;
    text-decoration: none;
  }
}
