.dm-icon img{
width:100%;
transition:.35s ease;
}

.dm-icon:hover img{
transform:scale(1.1);
filter:drop-shadow(0 0 10px rgba(90,49,244,.5));
}
