.mymoods-fixed-line-button {
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 2;
  width: 60px;

  @media screen and (max-width: 768px) {
    width: 48px;
  }

  .mymoods-fixed-line-button__link {
    display: block;
    width: 100%;

    .mymoods-fixed-line-button__image {
      width: 100%;
      display: block;
    }
  }
}