.pictures{display:grid;grid-template-columns:repeat(4, 1fr);-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem}@media screen and (max-width: 960px){.pictures{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 640px){.pictures{grid-template-columns:repeat(2, 1fr)}}.pictures a{display:block;background-color:#fff;padding:1rem;box-shadow:0 3px 5px 0 rgba(0,0,0,.5)}@media screen and (max-width: 640px){.pictures a{padding:.5rem}}.pictures a img{display:block;width:100%;height:200px;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media screen and (max-width: 640px){.pictures a img{height:100px}}/*# sourceMappingURL=picture.css.map */