
body .yotu-videos.yotu-preset-yinterest .yotu-video-title{
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 8px 8px;
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    min-height: 17px;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0!important;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    height: inherit;
}
body .yotu-videos.yotu-preset-yinterest a{
    overflow: hidden;
    border-radius: 10px;
}
body .yotu-videos.yotu-preset-yinterest .yotu-video:hover .yotu-video-title{
    opacity: 1;
}
body .yotu-videos.yotu-preset-yinterest.yotuwp-meta-inside .yotu-video-title{
    bottom: 16px;
}

body .yotu-videos.yotu-preset-yinterest .yotu-video-thumb-wrp::before{
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    transform: translate(0, 0);
    padding: 0;
    background-size: 20%;
}