.GalleryComponent{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media (min-width:576px){.GalleryComponent{max-width:576px}}@media (min-width:768px){.GalleryComponent{max-width:768px}}@media (min-width:992px){.GalleryComponent{max-width:992px}}@media (min-width:1280px){.GalleryComponent{max-width:1280px}}@media (min-width:1400px){.GalleryComponent{max-width:1400px}}.GalleryComponent .gallery{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:768px){.GalleryComponent .gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:992px){.GalleryComponent .gallery{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){.GalleryComponent .gallery{grid-template-columns:repeat(5,minmax(0,1fr))}}.GalleryComponent .gallery .image{aspect-ratio:16/9;height:100%;width:100%}.GalleryComponent .gallery .image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.GalleryComponent .gallery .image.type-square,.GalleryComponent .gallery .image.type-vertical{grid-row:span 2/span 2}
