.list-video-mobile {
    background: #E5E5E5;
}

.list-video-mobile ul li {
    background-color: #fff;
    margin-bottom: 10px;
}

.video-image-gb {
    width: 100%;
    height: 210px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-image-gb:hover {
    cursor: pointer;
}

.list-video-mobile .video-title {
    padding: 12px 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */


    /* Gray 1 */

    color: #18191F;

}
