/* css youtube */
@media screen and (max-width: 430px) {
    .yp_custom .yp_rgt,
    .yp_custom .yp_l_img {
        padding: 0px !important;
    }
}

@media screen and (max-width: 766px) {
    .yp_custom .yp_rgt {
        margin-top: 10px;
        width: 100% !important;
        text-align: left !important;
        padding: 0px 20px;
    }

    .yp_custom .yp_rgt h3 {
        width: 100%;
    }

    .yp_custom .yp_lft {
        width: 100% !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
    .yp_custom .yp_rgt {
        width: 40% !important;
    }

    .yp_custom .yp_lft {
        width: 50% !important;
    }
}

/* right */
.yp_custom .yp_rgt {
    width: 35%;
}

.yp_custom .yp_rgt h3 {
    font-size: 28px;
}

.yp_custom .yp_rgt p {
    font-size: 14px !important;
    font-weight: normal !important;
    margin: 0px;
    padding: 0px;
}
/* left */
.yp_custom .yp_lft {
    width: 65%;
    padding: 0px;
}

.yp_custom .yp_l_img {
    width: 100% !important;
    padding: 0px 20px;
}

ol#vid-list {
    margin: 20px 0px;
}

ol#vid-list li {
    margin-bottom: 10px;
}

ol#vid-list li a {
    display: flex;
}

ol#vid-list li a .vid-thumb {
    width: 15%;
}

ol#vid-list li a .desc {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    color: #ffffff;;
    padding: 0px 20px;
    width: 85%;
    text-transform: uppercase;
}

ol#vid-list li a:hover .desc {
    color: #919191;
}

ol#vid-list li a .desc p {
    font-size: 9px !important;
    padding-top: 2px;
    letter-spacing: 1px;
    color: #c6c6c6;
}
/* end css youtube */