@charset "utf-8";
/* CSS Document */

.picgrid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(500px, 1fr) );
	grid-gap:.8rem;
	align-content: center;
	max-width:100%;

}
.picgrid > div {
	text-align:justify;
	width: 100%;
	height:auto;
	font-size: 80%;
	

}
.picgrid img {
	object-fit:contain;
	height:auto;
	width:100%;
	margin-top:.8rem;
	;

}
.img-float-right {
float:right;
height:auto;
width:350px;
margin:.8rem;
;
}

.caption {
	text-align:justify;
	width: 100%;
	height:auto;
	font-size: 80%;
}
