.sidebar h5.divider-top {
	margin-top: 3.4em;
	padding-top: 1.5em;
}
.sidebar .divided-list {
	margin-top: 3.4em;
}

.device-row {
	margin-top: 2em;
}

.column-flex-center {
	align-self: center;
}

.image-metadata img {
	margin-bottom: 1em;
	width: 320px;
}
.metadata-page img {
	height: 123px;
}

.metadata-search img {
	height: 253px;
}

@media only screen and (max-width: 1068px) {
	.sidebar h5.divider-top,
	.sidebar .divided-list {
		margin-top: 3.05em;
	}
	.image-metadata img {
		margin-bottom: 1em;
		width: 230px;
	}
	.metadata-page img {
		height: 89px;
	}
	.metadata-search img {
		height: 182px;
	}
}

@media only screen and (max-width: 734px) {
	.device-row .column:first-of-type .device-wrap {
		margin-bottom: 1em;
	}
	.sidebar h5.divider-top {
		margin-top: 0;
	}
	.sidebar .divided-list {
		margin-top: 0;
	}
	.image-metadata img {
		width: 320px;
	}
	.metadata-page img {
		margin-top: 3em;
		height: 123px;
	}
	.metadata-search img {
		height: 253px;
	}
}

@media only screen and (max-width: 320px) {
	.image-metadata img {
		width: 300px;
	}
	.metadata-page img {
		height: 116px;
	}
	.metadata-search img {
		height: 237px;
	}
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

picture .light-mode,
picture .dark-mode {
	display: none;
}

body[data-color-scheme="light"] picture .light-mode {
	display: block;
}
body[data-color-scheme="dark"] picture .dark-mode {
	display: block;
}
