.list_record:hover{
    font-weight: bold;
    background-color: rgba(128,128,128,0.3);
}

.list_record img.preview {
    max-height: 48px;
    width: 96px;
    object-fit: cover;
    background-image: url('../../../img/spinner-rosetta-gray-26x26.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.list_record .label {
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 180px);
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.list_record .length {
    float: right;
    margin-right: 5px;
}

.list_record .label,
.list_record .length {
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;     /* fallback */
    max-height: 48px;      /* fallback */
}