.gallery-container{list-style-type:none}.gallery-container,.gallery-container li{margin:0;padding:0;box-sizing:border-box}.gallery-item{width:85%;margin:0 auto 2em auto !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%;object-fit:contain;background-color:#333}}