.manigridseven {
    width: 100%;
}
.manigridseven .each_item{
    padding: 0 !important;
}
.manigridseven .each_item a{
    display: block; 
    margin: 1px;
    position: relative;
}
.manigridseven .each_item .info {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 80px 15px 15px;
    text-shadow: 0 0 1px #000;
    background: rgba(0,0,0,.5);
    background: -webkit-linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
    background: linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,0));
    transition: all 0.2s;
}
.manigridseven .each_item a:hover .info {
     padding: 65px 15px 30px;
}
.manigridseven .each_item .title {
    color: #fff;
    font-weight: 500;
    padding-bottom: 6px;
    display: block;
    line-height: 30px;
    font-size: 18px;
}
.manigridseven .each_item.col-lg-3 .title{
    font-size: 16px;
    line-height: 25px;
}
.manigridseven .each_item .meta { 
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    position: absolute;
    bottom: 8px;
}
.manigridseven .each_item a:hover .meta {
    height: 24px;
}
.manigridseven .each_item .meta span{
    color: #ddd;
    font-size: 12px;
    display: inline-block;
}
.manigridseven .each_item img{
    width: 100%;
}

@media only screen  and (max-width : 992px) {
    .manigridseven .each_item:nth-child(7),
    .manigridseven .each_item:nth-child(3){
        display: none;
    }
}
@media only screen  and (max-width : 767px) {
    .manigridseven .each_item:nth-child(6),
    .manigridseven .each_item:nth-child(2){
        display: none;
    }
}








