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

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

header div.topbar div.content div.links-2 a.campus_map {
	display: none;
}

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

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


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

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

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


	div.galleries div.gallery-default-picture {
		width: 100%;
	}

div.page-numbers span {
	display: none;
}
