body > section#about p {
	padding: 10px;
}

body > section#about .fb-page {
	display: block;
	width: 500px;
	float: left;
}

body > section#about iframe {
	margin: 15px;
}

body > section#about .leftFloat {
	float: left;
}

body > section#about .igwrapper {
	background: #fff;
	float: right;
	width: 500px;
	height: 650px;
}

body > section#about .igwrapper iframe {
	border: 0;
	position: relative;
	z-index: 2;
}

body > section#about .igwrapper a {
	color: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

body > section#about .igwrapper iframe {
	background: #FFF;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
	margin: 1px;
	max-width: 500px;
	min-width: 326px;
	padding: 0;
	width: 99.375%;
	width: -webkit-calc(100% - 2px);
	width: calc(100% - 2px);
}
