img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width:600px) {
	.flexpics { display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; }
	a.with-overlay { width: 30%; margin-bottom: 1ex}

	.spinner { width: 150px; height: 150px; position: absolute; left: calc(50% - 75px); top: calc(50% - 75px); display: none; }
	.highRes { position:absolute; z-index:100; left: 0; opacity: 0; animation: fadeIn 0.5s forwards }

	@keyframes fadeIn {
		from { opacity: 0}
		to { opacity: 1}
	}
}