.hover-shade {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000075;
    z-index: 9999;
    transition: .3s ease-in-out all;
    opacity: 0;
    top: 0;
}
.card:hover .hover-shade {
    opacity: 1;
}
.download-link a img {
    height: 39px;
}
.footer-logo img {
    max-width: 160px !important;
}


@media(max-width:1200px) {
    .download-link a img { height: 36px;}
    }