@charset "utf-8";
/* CSS Document */

.img-container {
	width: 100px;
	float: left;
}

.bio {
	padding-left: 25px;
	min-width: 320px;
	float: left;
}

.img-fluid {
	width: 100%;
	height: auto;
}


@media(max-width:640px) {
.img-container {
	text-align: center;
	width: 320px;
}

.bio {
	text-align: center;
	min-width: 320px;
}

.img-fluid {
	width: 100%;
	height: auto;
}
}


@media(max-width:375px) {
.img-container {
	width: 320px;
	float: left;
}

.bio {
	text-align: center;
	min-width: 320px;
	float: left;
}

.img-fluid {
	width: 100%;
	height: auto;
}
}


@media(max-width:320px) {
.img-container {
	width: 320px;
	float: left;
}

.bio {
	text-align: center;
	min-width: 320px;
	float: left;
}

.img-fluid {
	width: 100%;
	height: auto;
}
}
