#evg-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 10px;
}
#evg-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background: #000 url(loading.gif) no-repeat center center;
}
.evg-video-item{
    float: left;
    margin: 0 3px 12px !important;
    box-sizing: border-box;
    border-top: 3px white solid;
    border-bottom: 3px white solid;
    position: relative;
    overflow: hidden;
}
.evg-thumb{
    width:120px;
    display: block;
    cursor:pointer;
}

.evg-video-item .evg-video-title {
    position: absolute;
    width: 120px;
    top: 0;
    opacity: 0;
    background: rgba(0,0,0,0.7);
    padding: 5px;
    text-overflow: ellipsis;
    line-height: 14px;
    font-size: 12px;
    color: #ccc;
}
.evg-current{
    opacity: 0.9!important;
}
.evg-current-item{
    border-bottom: 3px green solid;    
    border-top: 3px green solid;    
}