.ich {
    filter: contrast(0%) saturate(0%);
    transition: 0.1s linear;
    height: 500px;
}

.ich:hover {
    filter: none;
    height: 500px;
}
