.jasgrid{padding:0;}
.box-item {
   /*  float: left; */
    opacity: 1;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.box-item img {
    width: 100%;
    border-radius: 12px;
}
.box-item a,span{color:#FFF;}

.box-item .box-post span.meta {
    font-family:  sans-serif;
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
    display: block;
}

.box-item .box-post span.meta span {
    margin-right: 15px;
}

.box-item .box-post {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
}
.box-item .box-post h1..post-title {
   font-size:10pt;
}
