.video-line{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.video-line .vl-item 
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    flex-wrap: wrap;
}

.video-line .vl-item .vl-video{
    display: flex;
    width: 96%;
    justify-content: center;
    align-items: center;
}

.video-line .vl-item .vl-title{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
   
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
}