.project-details{
	max-width: 600px;
	margin: 0 auto;
	margin-top: 5vw;
}

	@media (min-width: 1800px){

		.project-details{
			max-width: 800px;
		}

	}

.project-details h1{
	margin-bottom: 5px;
}

table{
	margin-bottom: 1.25vw;
	line-height: 1.5;
}

	th::selection{
		background: transparent;
	}

	.project-details table{
		width: 50%;
		margin: 0 auto;
	}


	.project-details table tr{
		border-bottom: 1px solid black;
		display: block;
	}
	
	.project-details table tr td{
		padding: 0;
	}
	
	.project-details table tr td:first-child{
		min-width: 100px;
	}
	
	.project-details table tr td:first-child::selection,
	.project-details table tr td:first-child *::selection{
		background: transparent;
	}
	
	
	.project-details .toggle{
		cursor: pointer;
	}
	
	
	@media (max-width: 700px){
		
		.project-details table{
			margin-bottom: 25px;
			width: 75%
		}
	}




.swiper-container:focus,
.swiper-container *:focus{
	outline: 0;
}

.swiper-slide {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto!important;
}

@media (max-width: 700px){
	
	.swiper-slide {
    	min-height: 50vh;
    }
    
}

.swiper-slide img {
	max-height: 80vh;
	width: 100%;
}


	.swiper-lazy{
		opacity: 0;
		transition: 200ms;
	}


	.swiper-lazy-loaded{
		opacity: 1; 
	}
	
		img.swiper-lazy-loaded {
			width: auto;
		}
	
	.swiper-lazy-preloader{
		width: 20px;
		height: 20px;
		margin-left: -10px;
		margin-top: -10px;
		border: 1px solid black;
		border-top-color: transparent;
	}

.swiper-slide video{
	max-width: 100%;
	opacity: 0;
	transition: 300ms;
}

	.swiper-slide video.a{
		opacity: 1;
	}

/*
@media (max-width: 700px){

	.swiper-slide{
		height: 300px
	}
}
*/
.swiper-pagination{
	width:100%;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

	.swiper-prev{
		position: absolute;
		top:0;left:0;
		width:50%;
		height:100%;
		z-index:5;
		cursor: w-resize;
	}
	.swiper-next{
		position: absolute;
		top:0;right:0;
		width:50%;
		height:100%;
		z-index:5;
		cursor: e-resize;
	}
	
	.swiper-next.video,
	.swiper-prev.video{
		height: 80%;
	}
	
	@media (max-width: 700px){
	
		.swiper-next.video,
		.swiper-prev.video{
			display: none;
		}	
			
	}

h2{
	/*margin-top: 5vw;*/
	margin-bottom: 2.5vw;

}


.pagination{
	width: 100%;
	margin: 0 auto;
	float: none;
	max-width: 600px;
	margin-top: 2.5vw;
	display: flex;
	justify-content: space-between;
}

.pagination a:nth-child(1) h4:before{
    position: absolute;
    left:-15px;
	content:"←";
	font-size: 10px;
}

.pagination a:nth-child(2) h4:after{
    position: absolute;
    top: 0;
    right:-15px;
	content:"→";
	font-size: 10px;
}

@media (max-width: 700px){

	h2{
		margin-bottom: 25px;
	}
	
	.pagination{
		margin-top: 50px;
		margin-bottom: 25px;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.pagination a{
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 5px;
	}
	
	.pagination h4{
		position: relative;
		float: left;
		clear: both;
	}
	

	
}

