/* Project detail pages (Riley, Louisville, Saxony) */

html,
body.project-page {
	min-height: 100%;
}

body.project-page #ascensorBuilding,
body.project-page #ascensorBuilding article.project_single {
	background-color: transparent;
	min-height: 100vh;
}

.project-page-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.project-hero-image {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	margin-bottom: 15px;
}

.project-hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project_single .da-thumbs li a {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background-image: none;
	background-color: #1a1b1c;
}

.project_single .da-thumbs li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project_single .da-thumbs li a:hover img {
	opacity: 0.85;
	transform: none;
	-webkit-transform: none;
}
