.node.smartcard.dsc-inset-card{
  color: #fff;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: none;
}
.dsc-inset-card .media-wrapper .field--name-dsc-author-info {
    position: absolute;
    color: #fff;
    left: 10px;
    z-index: 1;
    top: 10px;
    margin:0
}
.dsc-inset-card .card-info-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    color: #fff;
    padding: 15px;
}
.dsc-inset-card .card-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
.smartcard.dsc-inset-card .card-meta-info{
  color: #f2f2f2
}