 
.coloron {
filter: grayscale(100%) !important;
transition: .3s ease !important;
} 
.coloron:hover {
filter: none !important;
}

