#body h2 {
	font-size: 35px;
	font-weight: bold;
	margin: 40px 0;
}
#bd-instagram {
	float: left;
	width: 765px;
	overflow: hidden;
}
#bd-instagram > dd {
	float: left;
	width: 250px;
	height: 250px;
	margin: 0 5px 5px 0;
	background: #eee;
}
#bd-instagram > dd > a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
#bd-facebook {
	float: right;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1130px) {
#bd-instagram {
	width: 510px;
}
}
@media screen and (max-width: 870px) {
#bd-instagram {
	float: none;
	width: 765px;
	margin: auto;
}
#bd-facebook {
	display: none;
}
}
@media screen and (max-width: 800px) {
#bd-instagram {
	width: 100%;
}
#bd-instagram > dd {
	width: 150px;
	height: 150px;
}
}
@media screen and (max-width: 500px) {
#bd-instagram > dd {
	width: 100px;
	height: 100px;
}
}
