.gallery{margin:1rem 0}.gallery__inner{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between}@media screen and (min-width: 767px){.gallery__inner{flex-direction:row}}.gallery__image-wrapper{flex-basis:100%;margin-right:0;display:flex;flex-direction:column;align-items:center;position:relative;padding-top:100%}@media screen and (min-width: 767px){.gallery__image-wrapper{flex-basis:calc(33% - .5rem);align-items:stretch;padding-top:0}}.gallery__image-wrapper:last-child{margin-right:0}.gallery__image-wrapper:nth-child(3n){margin-right:0}.gallery__image{padding-top:100%;width:100%;position:absolute;top:0;left:0}@media screen and (min-width: 767px){.gallery__image{position:relative}}.gallery__image img{object-fit:cover;height:100%;width:100%;position:absolute;top:0;left:0}.gallery__caption{color:#777;text-align:left;font-weight:600;margin:.25rem 0 1rem}@media screen and (min-width: 767px){.gallery__caption{text-align:center}}
