a.button.button--primary:hover {
    background-color: black !important;
}
a.button.button--primary:after {
    display: none;
}
a.button.button--primary {
    transition: all 0.3s ease-in-out;
}