.shadow_erotik {
    width: 100%;
    min-height:30px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.play_bt {
    background: url('../../../images/play.png') no-repeat;
    background-size: 100%;
    height: 100px;
    width: 142px;
    margin: 5% auto;
}
#videoitem-erotik {
    width: 49%;
    position: relative;
    cursor: pointer;
    border-bottom: solid 1px #180b1b;
    min-height: 147px;
    margin:0;
    display: inline-block;
}
#videoitem-erotik:nth-child(odd) {
    border-right: solid 1px #180b1b;
}
#videoitem-erotik h2 {
    color: #fff;
    display: block;
    width: 96%;
    padding: 6px 2%;
    margin: 0;
    font-size: 10px;
    text-shadow: 0 0 3px #000;
    position: absolute;
    bottom: 0;
    left: 3px;
    text-align: left;
    background: none;
}
