.dro-card{
    min-height: 350px;
}
.dro-card:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 10;
}
.dro-card h5{
    color: white !important;
    z-index: 10;
}
.dro-card:hover{
    text-decoration: none !important;
}