/* Blur regular <img> tags */
img {
    filter: blur(10px) !important;
    transition: filter 0.5s ease;
}
