img.shadow-xl {
    transition: box-shadow .2s;
}
img.shadow-xl:hover {
    box-shadow: 0 25px 40px -20px rgba(0,0,0,.25);
}
