.DocPic{
    transition: transform .5s;
}

.DocPic:hover{
    transform: scale(1.04);
}

.DocPic2{
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.21);
    transition: transform .5s;
}

.DocPic2:hover{
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.37);
    transform: scale(1.01);
}