
.container button > img {
    width: 196px;
    height: auto;

    filter: invert(1);
    /*
    transition: inherit;
     */
}

/*
.container button:hover > img {
    filter: none;
}

.container button > .text-light {
    transition: inherit;
}

.container button:hover > .text-light {
    color: black !important;
}