.lbanner_text {
    display: none;
}

.video_details_title {
    position: relative;
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #111111;
    padding-bottom: 15px;
}

.video_details_title::after {
    content: '';
    display: inline-block;
    width: 314px;
    height: 1px;
    background: #111111;
    position: absolute;
    left: 0;
    bottom: 0;
}

.video_details {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #2B2C30;
    margin: 25px 0;
}

lite-youtube {
    width: 100%;
}