.box-video{
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #f0f0f0;
    margin-bottom: 20px;
}

.box-video .video-header{
    width: 34%;
    float: right;
    padding: 18px 24px;
    margin-bottom: 0;
}

.box-video .video-header h1,
.box-video .video-header h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 5px;
    color: #243b72;
}

.box-video .video-header .post-time{
    color: #838383;
    font-size: 14px;
}

.box-video .video-header .post-text{
    margin: 5px 0 10px;
    max-height: 250px;
}

.box-video .video-header .post-author{
    font-weight: 600;
    text-align: right;
}

.box-video .video-header .socialicon{
    line-height: 12px;
}

.box-video .video-content{
    display: flex;
    width: 66%;
    float: left;
    margin-bottom: 0;
}

.other-video-heading{
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 22px;
}

.other-video-heading:before{
    position: absolute;
    content: "";
    background-color: #0264cd;
    height: 1px;
    width: 200px;
    bottom: -1px;
}

.video-item .video-thumb{
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
}

.video-item .video-thumb img{
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-item h3{
    font-weight: 500;
    font-size: 16px;
    margin: 5px 0 16px;
    min-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
}

.duration-video{
    position: absolute;
    height: 30px;
    bottom: 10px;
    left: 20px;
    opacity: 0.8;
    filter: invert(1);
}

.duration-video svg{
    height: 100%;
    width: 100%;
}