.photo-gallery{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-evenly}.photo{max-width:100vw;margin:1rem}@media only screen and (max-width: 666px){.photo{margin:1rem 0}}.photo{background-color:#91a591}.photo img{max-width:min(30rem,100vw);max-height:30rem;object-fit:contain}.photo p{text-align:center;color:#fff}
