.aphoto{
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}

.aphoto img{
	min-width:100%;
	min-height:100%;
	object-fit:cover;
}

