@media (orientation: portrait) {
	li { display: inline-block; width: 32%; margin-bottom: 2vh; }
	img { max-height: 41.5vw; margin-bottom: 1vh; border-radius: 6% / 3%; max-width: none; }
}
@media (orientation: landscape) {
	li { display: inline-block; width: 24%; margin-bottom: 2vw; }
	img { max-height: 41.5vh; margin-bottom: 1vw; border-radius: 6% / 3%; max-width: none; }
}