/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS, echa un vistazo a https://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

.autor-byn img, 
.autor-byn {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    transition: all 0.6s ease-in-out !important;
}

.autor-byn:hover img,
.autor-byn:hover {
    filter: grayscale(0%) !important;
    -webkit-filter: grayscale(0%) !important;
}
