::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.plr0 {
    padding-right: 0px;
    padding-left: 0px;
}

.detailvdo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 62px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #8b60a9;
    margin: 20px 0px 25px 0px;
    text-align: center;
}