.video-main {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eeeeee;
}

.video-main .video-main-left {
    flex: 1;
    padding-right: 20px;
}

.video-main .video-tag-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0 20px 0;
}

.video-main .video-tag {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size:  1em;
    line-height: 1.42em;
    background-color: #f5f5f5;
    color: #222;
}

.video-main .video-tag.green {
    background-color: lightseagreen;
    color: #ffffff;
}

.video-main .video-title {
    line-height: 2.35em;
    font-weight: 500;
    font-size: 1.71em;
    color: #222;
    word-break: break-word;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.video-main .video-summary-wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.video-main .video-summary-wrap span {
    color: #666;
    font-size:  1em;
    padding: 0 5px;
    position: relative;
}

.video-main .video-summary-wrap span:nth-child(n+2) {
    padding-left: 10px;
    border-left: 1px solid #eeeeee;
}

.video-info {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-info video {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .video-main {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

}

@media screen and (min-width: 992px) and (max-width: 1200px) {

}

@media screen and (min-width: 1200px) {

}
