feedback-button {

position: fixed;
right: -32px;;
bottom: 474px;
transform: rotate(270deg);
font-size: small;

&:hover {
  box-shadow: 0 0 35px 2px rgba(0,0,0,.24);
  right: -30px;
}

@media #{$S-only} {
  bottom: 250px;
}

}