div#site-container {
	padding: 0 20px;
}

				header div.topbar div.content div.links-2 {
					gap: 1em;
				}

	div#main h1 {
		font-size: 1.8rem;
	}


header div.main nav.main-menu {
	display: none;
}

	div#thumbnails.thumbnail > div.picture {
		width: calc(20% - 1em);
		aspect-ratio: 3 / 2;
		overflow: hidden;
	}

	div#thumbnails.small > div.picture {
		width: calc(33% - 1em);
		aspect-ratio: 3 / 2;
		overflow: hidden;
	}

	div#thumbnails.normal > div.picture {
		width: calc(50% - 1em);
		aspect-ratio: 3 / 2;
		overflow: hidden;
	}



	div.galleries div.gallery-default-picture {
		width: calc(33% - 1em);
	}


table.nav {
	width: 960px;
}
