@charset "utf-8";
img.groupphoto {
	max-width: 80%!important;
 height: auto;
	margin: 0px auto 50px!important;
}

.wrp_album {
width:100%;
margin:20px auto;
display: flex; 
flex-wrap: wrap;
justify-content: space-evenly;
}
.wrp_album img{
width:450px;
height: auto;
margin: 6px 3px 12px!important;
}

@media only screen and (max-width: 500px) {
img.groupphoto {
	max-width: 100%!important;
 height: auto;
	margin: 0px!important;
}
.wrp_album img{
width:95%;
height: auto;
margin: 5px!important;
}
	}

