

/* --- Stylesheet 8655 () --------- */ 

.gallery_wrapper img{
	width: 100%;
	height: auto;
}
.gallery .image_container{
	margin: 1rem;	
}


@media screen and (min-width: 768px){
  .gallery_wrapper{
	width: 100vw;	
	display: grid;
	justify-content: center;
  }
  .gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
  }
}