/* CSS to apply grayscale to images with the 'special-gray' class */

.special-gray {
  filter: grayscale(100%);
}

