
.video-panel-link {
    width: 100%;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 1px;
    overflow: hidden;
    position: relative;
    top: 2px;
    transform-origin: top left;
    vertical-align: middle;
}

.video-panel-link.video-panel-blank {
    height: 210px;
}

.video-card-block {
    position: relative;
    top: 0;
    width: 100%;
}

.video-card-img-block {
    height: 140px;
    overflow: hidden;
    transform-origin: top left;
    width: 100%;
}

.video-card-info-block {
    color: #222;
    font-size: 14px;
    height: 70px;
    line-height: 18px;
    width: 100%;
}

.video-card-button-add {
    width: 100%;
}

.video-card-info {
    padding: 8px 16px 5px 16px;
}

.video-card-photo-img {
    position: relative;
    height: 140px;
    width: 100%;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
    background-position: center 30%;
    background-size: cover;
}

.video-list-edit-widget .video-card-photo-img {
    height: 120px;
}

.video-list-edit-widget .video-card-img-block {
    height: 120px;
}

.video-list-edit-widget .video-card-info-block {
    height: 50px;
}

.video-card-info-title {
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.video-input-group {
    width: 190px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 2px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.video-input-group .block-img-delete {
    background: rgba(0, 0, 0, 0.45);
    color: #FFF;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 1px;
    z-index: 10;
    white-space: nowrap;
    font-size: 12px;
    width: 17px;
    height: 17px;
    text-align: center;
}