.gallery{display:flex;flex-wrap:wrap;justify-content:center}.gallery-item{position:relative;display:flex;align-items:center;justify-content:center;width:200px;height:200px;margin:10px;padding:6px;background:#fff;transition:all .3s ease;border:2px solid #f2f2f2}.gallery.is-backend .gallery-item{width:180px;height:180px}@media screen and (max-width:820px){.gallery-item{width:140px;height:140px}}.gallery-item img{max-height:100%;min-width:100%;object-fit:contain}