.details img{
	width: 0%;
	margin-left: auto;
	margin-right: auto;
}

@media all and (min-width: 35em) {
	li {
		display: inline-block;
		list-style-type: none;
	}

.details {
	visibility: visible;
	position: absolute;
	background-color: #F1F3F4;
	border: 0.1em solid #3983ab;
	border-radius: 0 8px 8px;
	padding: 1em 1em .2em;
	max-width: 50em;
	max-height: 75em;
	overflow: auto;
	display: none;
}

.details img {
	width: 75%;
}

.details:target {
	display: block;
}

.close {
	width:0;
	height:0;
	border: 0; 
	text-shadow: none; 
	color: transparent;
}
.close:after {
   position: absolute;
   top: 1em;
   right: 1em;
   content:"X";
   color: white;
   background: #c32e04;
   font: bold 1em/150% Georgia, Times, serif;
   border: 0.1em solid #3983ab;
   border-radius: 0 8px 8px;
   display: block;
   text-align:center;
   width: 1.5em;
   height:1.5em; padding:0.2em 0 0 0em;
  }
}