
body .yotu-videos.yotu-preset-yoogleplay a{
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background: #fff;
    height: 100%;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    overflow: hidden;
}
body .yotu-videos.yotu-preset-yoogleplay .yotu-video-title{
    padding: 14px 10px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0!important;
    text-decoration: none;
    color: #212121;
    font-size: 14px;
}

body .yotu-videos.yotu-preset-yoogleplay .yotu-video-description{
    display: block;
    padding: 0px 10px 0;
    color: #616161;
    margin: 0!important;
    height: 3.2em;
    font-size: 12px;
    overflow: hidden;
}