.images-container-intake img {
    transition: filter 0.3s;
    width: 100%;
    height: auto; /* To maintain the image's aspect ratio */
}
.images-container-intake img:hover {
    filter: grayscale(100%);
}