﻿
.vlListCont {
    color: #444444;
    margin-top: 28px;
    height: 358px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

    .vlListCont:hover {
        color: #000;
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
    }

.vlVid {
    margin: 0 auto;
}

.vlHead {
    margin-top: 12px;
    font-size: 17px;
    font-weight: bold;
}

.vlName {
    font-size: 16px;
    margin-top: 20px;
}

.vlShortDesk {
    font-size: 16px;
    margin-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 123px;
}

.vidmenuMainDisplay {
    /*main wrapper*/
    display: inline-block;
}




.menuMainMore {
    margin: 20px 0px 0px;
    padding: 8px 0 10px 0;
    background: #e7f2f1;
    position: relative;
    display: none;
    z-index: 66;
    display: none;
    width: 100%;
}

.menuMoreMenu.open {
    display: inline-block;
}


.addEllipsis {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 400px;
    height: 109.2px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vlVidImg{
    max-height:165px;
}
