.site-header {
	border-bottom: 1px solid var(--light);
	padding-bottom: 20px;
	margin-left: 5%;
	width: 90%;
}

.album-subtitle {
	margin-bottom: 20px;
}

#albums .album .title, #albums .album .date {
	background-color: rgba(0, 0, 0, 0.15);
	padding: var(--normal-spacing);
	margin: 0;
	text-align: left;
	width: auto;
}

#albums .album .date {
	display: inline-block;
}

/* Following makes the opacity transition not work for some reason */
/*
#photos div, #albums div {
	transition-property: background-size;
	transition-duration: var(--transition-quick);
	background-position: center center;
}

#photos div:hover, #albums div:hover {
	background-size: 105% 105%;
}
*/
