.btnreadmore1 {display:none;}
@media only screen and (min-width: 767px) {
    .nitem .btnreadmore1 {
        display: inline-block;
    }
    .nitem .ntext {
        max-height:85px;
        overflow:hidden;
    }

} 

.img-res {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.img-res img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}
.hide-overflow-c {
    max-height: 88px;
    overflow: hidden;

}