/* LIST */
.bbs-list.gallery .post {width:220px;height:320px;}
.bbs-list.gallery .post .rect {height:100%;padding:0;border:1px solid #999;margin:10px;}
.bbs-list.gallery .post .preview {height:100%;position:relative;overflow:hidden;padding:0;}
/*.bbs-list.gallery .post .preview .img-box {width:100%;height:100%;}*/
.bbs-list.gallery .post .preview img {height:95%;width:auto;}
.bbs-list.gallery .post .name,
.bbs-list.gallery .post .date {display:none;}

/* VIEW */
.bbs-view-header {display:none;}

@media (max-width:1200px) {
    .bbs-list.gallery .post .rect{margin:0;}
}
@media (max-width:600px) {
    .wrap{width: 90%;}
    .bbs-list.gallery .post .preview img{height: 85%;}
}

@media (max-width:450px) {
    .bbs-list.gallery .post{height: 230px;}
    .bbs-list.gallery .post .preview img{height: 85%;}
}