.catalogs{width:100%;max-width:1230px;margin:0 auto;display:flex;flex-flow:row wrap;justify-content:center}.catalogs .spaces_box{flex:0 410px;height:290px;padding:1rem;position:relative}.catalogs .spaces_box a{display:block;position:absolute;z-index:010;top:1rem;right:1rem;left:1rem;bottom:1rem;background:rgba(0,0,0,.4);transition:background .25s ease}.catalogs .spaces_box:hover a{background:rgba(206,14,45,0.75)}.catalogs .spaces_img{display:block;position:absolute;top:1rem;right:1rem;left:1rem;bottom:1rem;overflow:hidden}.catalogs .spaces_img img{object-fit:cover;object-position:center;width:100%;height:100%;transition:width .25s ease,height .25s ease}.catalogs .spaces_box:hover img{width:110%;height:110%}.catalogs .spaces_head{color:#fff;position:absolute;z-index:050;top:1rem;left:1rem;bottom:1rem;right:1rem;display:flex;align-items:center;justify-content:center;pointer-events:none}.catalogs .spaces_head h3{color:#fff;font-size:1.2rem;text-align:center}