.ps-standalone_container{
	line-height: 1.6;
}

.ps_modal_background{
	position: fixed;
	width:100%;
	height:100%;
	z-index: 900;
	top:0;
	left:0;
	background-color: #ccc;
	opacity: 0.7;
	display: none;
	
}

.ps-standalone_container_holder{
	position:relative;
	width:100%;
	height:0;
	background-color:#fff;
}

.ps-standalone_container.fullscreen{
	width:90%;
	position:fixed;
	left: 5%;
	top:0;
	z-index:1000;
	background-color: #fff;
}

.ps-standalone_container_holder.fullscreen{
	height:900px;
	top:0;
	left:0;
}

.ps_modal_background.fullscreen{
	display: block;
}

.ps-standalone_container.fullscreen .selector_container{
	overflow: none;
}
