.edd_download_image,
.edd-download .post-thumbnail {
    background: #F9F9F9; /* The background color for the download grid and single download page */
}

.edd_download_image {
    overflow: hidden;
}

.edd_download_image img {
    top: 0.5rem;
    position: relative;
    transition: 0.1s top ease-out;
}

.edd_download_image a:hover img { 
    top: 0;
}

.grecaptcha-badge {
opacity: 0;
}