/*CSS HANDLER */
.your-class img{
    max-width: 295px !important;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
}