.video_item {
    padding-bottom: 18px !important;
}

.video_item .video_image {
    border-radius: 4px;
}

.zoom_img img {
    transition: transform 3s ease-in-out;
}

.box_video_post:hover .zoom_img img {
    transform: scale(1.2);
}

.video_text {
    padding: 0;
}

.video_text>.box-text-inner {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    gap: 10px;
}

.video_avatar {
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

.video_avatar a {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.video_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_title {
    margin: 0 !important;
}

.video_title a {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 15px;
    font-weight: 500;
    margin: 0 !important
}

.box_video_overlay {
    position: relative;
}
.box_video_overlay .video_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    overflow: hidden;
}