.los{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}

.box{
    width:100%!important;
    margin:0!important;
}

.box .bx{
    border-radius:10px;
    overflow:hidden;
    background:#111;
}

.box .limit{
    aspect-ratio:2/3;
    overflow:hidden;
}

.box .limit img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.box .addinfox{
    padding:8px;
}

.box .entry-title{
    font-size:14px;
    line-height:1.4;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    min-height:40px;
}

.addinfox-text{
    font-size:12px;
    opacity:.8;
}

.note,
.dot,
.addyear{
    display:none!important;
}

@media(min-width:768px){

    .los{
        grid-template-columns:repeat(5,minmax(0,1fr));
    }

}
