.gallery-section .gallery-container .gallery-layout{flex-wrap:wrap;justify-content:center;gap:30px 15px}.gallery-section .gallery-container .gallery-layout .glr-item{display:flex;justify-content:center;align-items:center}.gallery-section .gallery-container .gallery-layout-auto .glr-item{max-width:calc((100% - 30px)/3)}@media screen and (min-width: 850px){.gallery-section .gallery-container .gallery-layout-auto .glr-item{max-width:calc((100% - 75px)/6)}}@media screen and (max-width: 849px){.gallery-section .gallery-container .gallery-layout-auto .glr-item{max-width:calc((100% - 45px)/4)}}.gallery-section .gallery-container .gallery-layout-auto .glr-item .image img{width:100%;object-fit:contain}@media screen and (max-width: 549px){.gallery-section .gallery-container .gallery-layout-grid .glr-item{max-width:calc((100% - 30px)/3) !important}}@media(min-width: 550px)and (max-width: 849px){.gallery-section .gallery-container .gallery-layout-grid .glr-item{max-width:calc((100% - 45px)/4) !important}}.gallery-section .gallery-container .gallery-layout-grid .glr-item .image img{width:100%;height:100%;object-fit:cover}