.single_video_module {
    cursor: pointer;     
}
.single_video_module .wrapper{
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width:100%;
    height:100%;
    /* #1022 - play button with top margin is pushing the video down. this float:left fix is preferred because .playvid is a shared style */
    float:left;
}

.single_video_module .single_title
{
    font-weight: 700;
    font-size: 16em;
    color:#FFF;
    text-transform:uppercase;
    position: absolute;
    padding: .7em .7em;
    line-height:1.1em;
    background-color:rgba(0, 0, 0, 0.65);
    top:0;
    max-height:1.9em;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9a000000', endColorstr='#9a000000'); /* IE */
    white-space: nowrap;
    max-width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.single_video_module[data-sizey='1'][data-sizey='1'] .single_title{
    max-width: 76%;
}

.single_video_module[data-sizey='2'] .playvid
{
    top:45%;
}