/***************** LIST PRODUCT ***********/
.videos-grid{
   margin: 20px -5px;
}
.blocks_videos-grid .block_title{
}
.blocks_videos-grid .block_summary{
}
.videos-grid .item{
	    float: left;
    width: 25%;
}
.videos-grid .item .item_inner{
       margin: 5px;
    border: 1px solid #e0ddd2;
    border-radius: 3px;
    background: white;
    box-shadow: 0 2px 5px rgba(19,21,24,0.05);
    position: relative;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}
.videos-grid .item .item_inner .name{
       display: block;
    background: white;
    line-height: 30px;
    font-size: 0.9525rem;
    color: #131518;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videos-grid .item:hover .item_inner .name{
        color: #29AEE6;
}
.videos-grid .item .item_inner div{
   overflow: hidden;
}
.videos-grid .item .item_inner img{
   width: 100%;
   -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.videos-grid .item .item_inner:hover img {
   -moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.videos-grid .item-img {
    display: block;
    position: relative;
}
.videos-grid .item-img::after {
    background: rgba(41, 33, 36, 0.2) url(../images/video.png) no-repeat scroll center center;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.videos-grid .item:hover .item-img::after {
    background: rgba(41, 33, 36, 0.2) url(../images/video_hover.png) no-repeat scroll center center;
}


@media screen and (max-width:1100px) and (min-width:851px) {
}
@media screen and (max-width:850px){
	.videos-grid .item {
	    width: 33.33333%;
	}
}
@media screen and (max-width:840px) and (min-width:570px) {
	.videos-grid .types {
	    display: none;
	}
}
@media screen and (max-width:570px){
	.videos-grid .item {
	    width: 50%;
	}
}
@media screen and (max-width:560px) {
}