h1 span {
	color: rgb(80,80,80);
	font-size: 16px;
	font-weight: normal;
}
#pk-photo {
	border: solid 3px rgb(250,250,240);
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
#pk-photo img {
	display: block;
	max-width: 100%;
}
.pkk {
	margin: 30px 0 30px 0;
	border-radius: 3px;
}
.pkk h2:first-child {
	margin-top: 0;
}
.pkk h2 {
	color: rgb(255,255,255);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	background: rgb(220,85,27);
	border-radius: 3px;
	padding: 3px 3.125%;
}

#quote {
	background: rgb(246,245,243);
	padding: 24px 0 24px 3.571428571429%;
}
#quote blockquote {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	text-indent: -7px;
	background: #f0fdfe;
	background: rgba(255,255,255,0.6);
	padding: 12px 7.407407407407% 12px 3.703703703704%;
	margin: 0;
}
#quote p {
	font-size: 14px;
	line-height: 18px;
	padding: 6px 7.407407407407% 6px 3.703703703704%;
	margin: 0;
}

#glance {
	font-size: 14px;
	line-height: 18px;
}

#photos, #videos {
	margin: 12px 0;
}
#photos img {
	border: solid 3px rgb(250,250,240);
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	margin-bottom: 10px;
}
.embed-wrapper-16-9 {
	border: solid 3px rgb(250,250,240);
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

/* --------------------

 768 + 

-------------------- */

@media only screen and (min-width: 768px) {

.pkk {
	background: rgb(251,250,249);
	padding: 0 3.571428571429% 24px 3.571428571429%;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.pkk h2 {
	border-radius: 0 0 3px 3px;
	padding-top: 6px;
	margin-bottom: 24px;
}
#photos img {
	margin-right: 10px;
}

}