.gallery.related-gallery{display:flex;flex-wrap:wrap;justify-content:space-around;line-height:1;font-size:1rem}.gallery.related-gallery .gallery-item{width:252px;overflow:hidden;text-align:center;box-sizing:border-box;padding:.8rem;margin:0}.gallery.related-gallery br{display:none}.gallery.related-gallery .gallery-item:hover{background:#f5f5f5}.gallery.related-gallery .gallery-item .gallery-icon{overflow:hidden;width:220px;height:120px;margin:auto;display:flex;justify-content:center;align-items:center}.gallery.related-gallery .gallery-item .gallery-icon img{transition:all .3s ease-out;min-width:220px;min-height:120px;width:auto;height:auto}.gallery.related-gallery .gallery-item:hover .gallery-icon img{transform:scale(1.2)}.gallery.related-gallery .gallery-caption{margin:1em 0;font-size:.9em;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500}.gallery.related-gallery .gallery-item .gallery-caption a{text-decoration:none;color:#444}.gallery.related-gallery .gallery-item:hover .gallery-caption a{color:#348bcd}