.brother{
	background-image:url(/img/family_bgr1.png);
	background-size:100% 100%;
	color:#094668;
	position:relative;
	padding:43px 81px 110px 0;
	width:724px;
	display:table;
	margin-top:80px;
}

.brother h1{
	font-size:26px;
	background-image:url(/img/title_letters3.png);
	background-size:100% 100%;
	display:table;
	padding:10px 18px 10px 28px;
}

.brother h2{
	font-weight:normal;
	position:absolute;
	left:100px;
	font-size:23px;
	top:43px;
}

.brother p,
.sister p,
.father p,
.mother p{
	font-size:23px;
	line-height:32px;
}

.brother .photo-frame,
.sister .photo-frame,
.father .photo-frame,
.mother .photo-frame,
.pics .photo-frame{
	position:absolute;
	border-width:13px;
}

.pics .photo-frame{
	z-index:3;
}

.sister{
	background-image:url(/img/family_bgr2.png);
	background-size:100% 100%;
	color:#094668;
	position:relative;
	padding:86px 115px 43px 0;
	width:735px;
	display:table;
	margin-top:165px;
}

.sister h1{
	font-size:26px;
	background-image:url(/img/title_helmet1.png);
	background-size:100% 100%;
	display:table;
	padding:8px 18px 11px 19px;
}

.sister h2{
	font-weight:normal;
	position:absolute;
	left:80px;
	font-size:23px;
	top:75px;
}

.father{
	background-image:url(/img/family_bgr3.png);
	background-size:100% 100%;
	color:#094668;
	position:relative;
    padding:62px 130px 100px 0;
    width:850px;
	display:table;
	margin-top:65px;
}

.father h1{
	font-size:26px;
	background-image:url(/img/title_helmet1.png);
	background-size:100% 100%;
	display:table;
	padding:8px 18px 11px 19px;
}

.father h2{
	font-weight:normal;
	position:absolute;
	left:206px;
	font-size:23px;
	top:38px;
}

.mother{
	background-image:url(/img/family_bgr4.png);
	background-size:100% 100%;
	color:#094668;
	position:relative;
	padding:83px 62px 83px 0;
	width:695px;
	display:table;
	margin:65px 0 170px;
}

.mother h1{
	font-size:26px;
	background-image:url(/img/title_letters3.png);
	background-size:100% 100%;
	display:table;
	padding:8px 18px 11px 19px;
}

.pics{
	position:relative;
	padding-top:80px;
}

@media only screen and (max-width:800px){
	.brother,.sister,.father,.mother{
		padding:2% 5% 10%;
		background:#fff;
		border-radius:20pt;
		width:80%!important;
		margin:20pt 0 20pt;
	}

	.brother p,.sister p,.father p,.mother p{
		font-size:15pt;
		text-align:right;
		line-height:20pt;
	}

	.brother h1,.sister h1,.father h1,.mother h1{
		font-size:15pt;
	}

	.brother h2,.sister h2,.father h2{
		left:10pt;
		top:0;
		font-size:13pt;
	}

	.pics{
		padding:3% 0 3%;
		width:94%!important;
	}

	div .photo-frame{
		width:90%;
	}
}