.gallery{display:flex;flex-basis:100%}.gallery__item{display:flex;flex-direction:column;margin-right:4rem}.gallery__item:last-child{margin-right:0}@media only screen and (max-width:960px){.gallery{display:block;margin-left:-.5rem;margin-right:-.5rem;width:calc(100% + 1rem)}.gallery__item{box-sizing:border-box;flex-basis:50%;flex:0;margin-bottom:1.5rem;margin-right:0;min-width:50%;padding-left:.5rem;padding-right:.5rem}.gallery .gallery__item img{height:auto}}
