.list img{
	display: flex;
	width: 100%;
	padding: 0px;
	pointer-events: none;
	border: 2px solid #000;
	border-radius: 3px;
	margin-bottom: 10px;
}
.gal_wrapper{
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
    width: 100%;
}
.list{
    width: 100%;
	columns: 300px;
	margin: 5px auto;
}