.about{
	background-image:url(/img/about_bgr.png);
	background-size:100% 100%;
	padding:50px 80px 50px 70px;
	margin-bottom:100px;
	width:820px;
	position:relative;
}

.about p{
	color:#094668;
	font-size:22px;
	line-height:30px;
	margin:25px 0;
}

.about .photo-frame{
	position:absolute;
	border-width:10px;
}

@media only screen and (max-width:800px){
	.about{
		background:#fff;
		border-radius:20pt;
		padding:0 5% 5%;
		margin:7% 0 10%;
		width:80%!important;
		text-align:right;
	}

	.about p{
		font-size:15pt;
		line-height:20pt;
	}

	div .photo-frame{
		width:94%;
		margin:0!important
	}
}