*,
*::after,
*::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.video-block{
    width: 236px !important;
    height: 130px;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 8px !important;
}
.video-block > a{
    width: 236px;
    height: 130px;
    display: block;
}
.video-block img{
    width: 236px;
    height: 130px;
}
.video-block .title_main{
    bottom: 0 !important;
}
.center{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.social-likes{
    margin: 0 !important;
}
h2{
    font-size: 19px !important;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
}
.pager div{
    display: flex;
    flex-direction: row;
}