.ptse-fiwscs-left-sided
{
	margin-right:40%;
}
.ptse-fiwscs-centered
{
	margin:0 auto 0 auto;
	width:40%;
}
.ptse-fiwscs-right-sided
{
	margin-left:40%;
}
.ptse-fiwscs-content
{
	background:white;
	overflow:hidden;
}
@media screen and (max-width: 1000px)
{
	.ptse-fiwscs-left-sided, .ptse-fiwscs-centered, .ptse-fiwscs-right-sided
	{
		margin:0;
		width:auto;
	}
}
.ptse-fullscreen-image-with-sliding-content-scene
{
	position:relative;
}
.ptse-fiwscs-fixed-background
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	display:none;
	z-index:-1;
}
.ptse-fiwscs-bottom-background
{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	z-index:-1;
	display:none;
}
.ptse-fiwscs-intro, .ptse-fiwscs-fixed-background, .ptse-fiwscs-bottom-background
{
	background-size: cover;
	background-position:center;			
}
