[data-page=videosingle] .td-container-left {
    width: calc(100% - 360px)
}
.td-newsfeed-video .td-newsfeed-image{
    width: 148px;
    margin-right: 10px;
}

.td-newsfeed-video .td-newsfeed-list {
    align-items: center;
}
.td-newsfeed-video .td-newsfeed-title {
    font-size: 15px;  
}
.td-newsfeed-video:not(:first-of-type) {
    border: 0;
    padding-top: 0;
}
.td-newsfeed-video .td-video-meta {
    font-size: 12px;
    top: 5px;
    right: 5px;
}


.td-video-container {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    background-color: #000;
    transition: all .3s ease;

}

/*.td-sticky-nav .td-video-container {
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    z-index: 500
}
*/

.td-video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
.td-vid-inner {
    position: relative;
    font-family: roboto;
    margin-top: 15px;
   
}
.td-vid-title {
    word-break: break-word;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    font-family: roboto;
}

.td-vid-metadata {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}
.td-vid-metadata-caption {
    flex-grow: 1;
    display: flex;
    margin-right: 10px;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
}
.td-vid-thumb {
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
    background: var(--td-body-color);
    border-radius: 50%;
    overflow: hidden;
}

.td-vid-author {
    font-weight: 700;
    color: var(--td-black);
}
.td-vid-created {
    font-size: 0.825rem;
    color: var(--td-gray-700);
}
.td-vid-desc {
    margin-top:1.5rem;
    position: relative;
}
.td-vid-desc-info {
    font-size: 0.875rem
    font-weight: 700;
    color: var(--td-gray-600);
    margin-bottom:0.5rem

}
.td-vid-excerpt {
    color: var(--td-gray-800);
    font-size: 0.925rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.td-vid-action {
    flex: 0 0 auto;
}
.td-vid-action .td-btn {
    background: var(--td-body-color);
    border-color: var(--td-border-color);
    padding: 0.325rem 0.625rem;
    line-height: 1.2;
}
.td-vid-action__icon {
    width: 22px;
    height: 22px;
}
.td-vid-action__icon svg {
    fill: var(--td-gray-800);
}

