.video_item{
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 60px;
}
.video_link_wrap{
    color: #fff;
    display: block;
}

.video_link_wrap:hover,
.video_item:hover{
    color: #fff;
    text-decoration: none;
}

.video_item:hover > .video_link_wrap >.video_title{
    background-color: #001442;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.video_thumbs{
    width: 100%;
}
.video_title{
    background-color: #7f89a0;
    font-size: 1.15rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4rem;
    max-height: 62px;
}

.video_icon_wrap{
    color: rgba(255,255,255,0.8);
    text-align: center;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 38px;
}
.video_icon{
    margin: auto;
    font-size: 28px;

}


@media (max-width: 1220px) {
}
@media (max-width: 767px) {

    .video_icon{
        margin: auto;
        font-size: 42px;

    }



}

@media (max-width: 575px){

}

/*movie*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe,
.embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
