.gallery-container{list-style-type:none;width:100%}.gallery-container,.gallery-container li{margin:0;padding:0;box-sizing:border-box}@media only screen and (max-width:599px){.gallery-item{width:85%;margin:0 auto 2em!important}}.gallery-item .image{width:100%}.gallery-item .image:hover{border:double 3px #fff}@media only screen and (min-width:600px){.gallery-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}.gallery-container .gallery-item{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 3em}.gallery-container .image{height:100%;background-color:#333;object-fit:contain}.gallery-container.-crop-images .image{object-fit:cover;object-position:center center}}