#portrait .bg .left{
	position:relative;
	width:50%;
	height:100%;
	margin-left:0;
}
#portrait .bg .left img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:100%;
	height:auto;
}
#portrait .bg .right{
	background:#c4e2e0;
	width:50%;
	height:100%;
}
#portrait .quote {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	margin: auto;
}
#portrait .quote .txt{
	height:90%;
	max-height: 1095px;
	position:absolute;
	top:0;
	bottom:0;
	left:-50px;
	right:auto;
	width:auto;
	margin:auto;
}
@media (orientation: portrait){
	#portrait .bg .left{
		display:block;
		width:100%;
		height:50%;
	}
	#portrait .bg .right{
		display:block;
		background:#c4e2e0;
		width:100%;
		height:50%;
		top:50%;
	}
	#portrait .quote {
		width:100%;
		height:50%;
		top:50%;
	}
	#portrait .quote .txt{
		height:100%;
		left:0;
		right:0;
		top:-40px;
		bottom:0;
	}
}
