element.style {
    max-width: 260px;
    background: rgb(222,13,9);
    background: linear-gradient(90deg, rgba(222,13,9,1) 0%, rgba(232,30,70,1) 100%);
}



#rec170258964 
&:hover,
  &:focus {
    animation: bubbles 1s forwards ease-out;
    background: $bubbles;
    background-color: #77b11c;
    background-repeat: no-repeat;
  }