.photo_col{
	margin-right: 10px;
}
	.photo_col li {
		list-style: none;
		margin-bottom: 15px;
	}
		.photo_col li img {
			width: 100%;
		}
.image_caption{
	text-align: center;
}
.bio_list h5{
	font-weight: bold;
}
.thankyou{
	font-family: 'Alex Brush', cursive;
	font-family: 'Great Vibes', cursive;
	text-align: center;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 979px) {

}
@media screen and (max-width: 859px) {
	
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 479px) {
	.photo_col {
		margin-bottom: 15px;
	}
	.photo_col li {
		width: 50%;
		float: left;
		max-height: 90px;
		overflow: hidden;
		margin-bottom: 0;
	}
	.image_caption{
		display: none;
	}
}