.card-overlay{
    width: 100%;
    height: 100%;
    background-image:  linear-gradient(to bottom, rgb(0,0,0, 0%), rgb(0,0,0, 100%));
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    z-index: 10;
}

.animated-card{
    transform: scale(1.05);
    transition: all .3s;
}