.Gallery__inner{display: -webkit-box;display: -ms-flexbox;display: flex;margin-left: -1rem;margin-right: -1rem;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: left;-ms-flex-pack: left;justify-content: left}.Gallery a{width: 100%;display: block;padding: 1rem}@media (min-width: 36em){.Gallery a{width: 50%}}@media (min-width: 48em){.Gallery a{width: 33.33333333%}}.Gallery__image{height: 250px;width: 100%;background-repeat: no-repeat;background-size: cover;background-position: center center}.Gallery__completeImage{max-height: 100px;margin: 2rem}.Gallery a.Gallery__completeImageWrapper{width: 50%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-transition: all ease .2s;transition: all ease .2s}@media (min-width: 36em){.Gallery a.Gallery__completeImageWrapper{width: 33.33333333%}}@media (min-width: 48em){.Gallery a.Gallery__completeImageWrapper{width: 25%}}.Gallery a.Gallery__completeImageWrapper:hover{opacity: .6}