@charset "UTF-8";
/* Project Text Image block CSS Document */

.project-text-image .text-wrapper{
	display: inline-block;
	padding-top:3em;
	
}
.project-text-image .pti-content{
	border-top:2px solid;
	padding-top:1em;
	width:100%;
}
.project-text-image img{
	height: 100vh;
	width:auto;
}
.project-text-image img.left{
	margin-right:auto;
}
.project-text-image img.right{
	margin-left:auto;
}
.project-text-image .m-image{

}

.img-wrapper{
	width:auto;
	height:100vw;
	background-size:cover;
	background-repeat:no-repeat;
}
.img-wrapper.contain{
	background-size:contain;
}

.img-wrapper.imgPadding{
	height:75vw;
	margin-top:10vw;
	margin-bottom:10vw;
}
.img-wrapper.left{
	background-position: left center;
}
.img-wrapper.right{
	background-position: right center;
}
.img-wrapper.center{
	background-position: center center;
}
@media screen and (min-width:768px){
	.img-wrapper{
		height:100vh;
	}
	.img-wrapper.imgPadding{
		height:75vh;
		margin-top:12.5vh;
		margin-bottom:auto;
	}
	.project-text-image{
		height:auto;
	}
	.project-text-image .text-wrapper{
		padding-top:12.5vh;
	}
	.project-text-image .pti-content{
		width:85%;
		top:0;
		height:auto;
		margin-left: 8.33333333vw;
	}
	.project-text-image img.imgPadding{
		margin-top:12.5vh;
		margin-bottom:12.5vh;
		height: 75vh;
	}
	.project-text-image .pti-content.right{
		margin-left: 2vw;
	}
}
@media screen and (min-width:992px){
	.project-text-image{
		height:100vh;
	}
}
@media screen and (min-width:1200px){
	.project-text-image .pti-content{
		width:16.6666vw;
	}
	.project-text-image .pti-content.right{
		margin-left: 8.33333333vw;
	}
}