#mpimgbox {}

#mpimgbox .mlimgbox {
	display: flex;
	flex-wrap: wrap;
}

#mpimgbox .mlimgbox .mlimglist {
	display: flex;
	width: calc(33.3% - 16px);
	flex-direction: column;
	margin: 8px 6px;
	border: #dedede 2px solid;
	background: white;
}

#mpimgbox .mlimgbox .mlimglist a {
	display: flex;
	flex-direction: column;
	align-items: center;
	object-fit: cover;
}

#mpimgbox .mlimgbox .mlimglist a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 980px) {
	#mpimgbox .mlimgbox .mlimglist {
		width: calc(50% - 10px);
		margin: 3px 3px;
	}





}