.item-container{
float: left;
padding: 5px;
background-color: #FFF;
/*height: 195px;*/
color: #000;
font-size: 15px;
margin: 0px 5px 10px 5px;
overflow: hidden;
padding: 0 !important;
border: 1px solid #D2D6D5;
width: 23%;
position: relative;
}

.paging{
clear:both;
}

.item-controls{
position:absolute;
top:0px;
right:0px;
}

.item-container .item-image img {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
}
.item-text{
margin:3px;
}

.sitem-video{
max-width: 650px;
margin: 0 auto;
}


@media screen and (max-width: 480px) {
.item-container{width: 90%;  height: auto;  }
}


@media screen and (min-width : 481px) and (max-width: 900px) {
 .item-container{width: 47%;  }
}
