#lion .body{
	background-image:url(/img/spirit-friends_bgr1.png);
	background-size:100% 100%;
	position:relative;
	color:#094668;
	padding:36px 64px 75px 0;
	width:725px;
	margin-bottom:80px;
}

#lion .body h1,
#settlement .body h1{
	background-image:url(/img/title_letters6.png);
	background-size:100% 100%;
	display:table;
	font-size:26px;
	padding:10px 26px 12px 17px
}

#lion .body p,
#settlement .body p{
	font-size:23px;
	line-height:28px;
}

#lion .body .photo-frame{
	top:116px;
	left:-128px;
	transform:rotate(-3deg);
}

#settlement .body{
	background-image:url(/img/spirit-friends_bgr2.png);
	background-size:100% 100%;
	position:relative;
	color:#094668;
	margin:100px 0;
	padding:54px 80px 90px 100px;
	width:805px;
}

#settlement .body .photo-frame{
	transform:rotate(-3deg);
	margin-top:47px;
}

#soldier .body{
	background-image:url(/img/spirit-friends_bgr3.png);
	background-size:100% 100%;
	position:relative;
	color:#094668;
	padding:50px 80px;
	width:780px;
	margin:80px 0;
}

#soldier .body h1{
	background-image:url(/img/title_lightning1.png);
	background-size:100% 100%;
	display:table;
	font-size:26px;
	padding:10px 15px 12px 24px;
}

#soldier .play-audio{
	margin-bottom:20px;
}

#soldier .body p{
	font-size:12px;
	line-height:22px;
	margin:0;
}

#soldier .body p b{
	font-size:23px;
	line-height:28px;
}

#soldier .body .photo-frame{
	transform:rotate(-3deg);
	margin-top:56px;
	margin-left:75px;
}

.body:not(.video-frame) .photo-frame{
	position:absolute;
	left:0;
	border-width:14px;
}

.video-frame>span{
	width:650px;
}

@media only screen and (max-width:800px){
	#lion .body,#settlement .body,#soldier .body{
		padding:2% 5% 6%!important;
		background:#fff;
		border-radius:20pt;
		text-align:right;
		width:82%!important;
		margin:10% 0;
	}

	#lion .body h1,
	#settlement .body h1{
		font-size:16pt;
	}

	#lion .body p, #settlement .body p {
		font-size:16pt;
		line-height:19pt;
	}

	div .photo-frame{
		width:94%;
		border-width:9pt;
		margin:5% 0 7%!important
	}
}