@media only screen and (min-width: 0px) {
	.biography-hero {
		position: relative;
		height: 100%;
	}
	.biography-hero::after {
		content: '';
		width: 100%;
		height: 91px;
		background-color: #001a56;
		background-image: url(/themes/custom/nhgri/assets/patterns/biography-hero.svg);
		background-repeat: repeat-y;
		background-position: calc(100% + 180px) 5px;
		background-size: 311px auto;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
	}
	.biography-hero .interior {
		background: #fff;
		padding-top: 64px;
	}
	.biography-hero .wrapper {
		position: relative;
		z-index: 1;
	}
	.biography-hero .name-cell-interior h1 {
		color: #000;
	}
	.biography-hero .photo-cell {
		position: relative;
	}
	.biography-hero .photo-cell-interior {
		position: relative;
		top: -30px;
		height: 100px;
		width: 100px;
	}
	.biography-hero .photo-cell .photo-cell-interior::after {
		content: '';
		background-size: cover;
		background-position: center;
		border-radius: 50%;
		border: 3px solid #fff;
		height: 110px;
		width: 110px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.biography-hero .photo-cell-interior img {
		border-radius: 50%;
		height:100%;
	}
}
@media only screen and (min-width: 0) and (max-width: 639px) {
	/*
	.biography-hero .name-cell {
		margin: -10px 0;
	}
	*/
}
@media only screen and (min-width: 640px) {
	.biography-hero::after {
		height: 100px;
		background-position: calc(100% + -10px) 10px;
		background-size: 276px auto;
	}
	.biography-hero .interior {
		padding-top: 100px;
	}
	.biography-hero .photo-cell-interior {
		position: absolute;
		top: 30px;
		height: 140px;
		width: 140px;
	}
	.biography-hero .photo-cell .photo-cell-interior::after {
		height: 140px;
		width: 140px;
		border: none;
	}
}
@media only screen and (min-width: 1024px) {
	.biography-hero {
		margin-top: 85px;
	}
	.biography-hero::after {
		height: 100%;
		background-position: calc(100% + -22px) -8px;
	}
	.biography-hero .interior {
		background-color: #001a56;
		padding: 187px 64px 0;
	}
	.biography-hero .wrapper {
		background-color: #001a56;
		padding-bottom: 26px;
	}
	.biography-hero .name-cell-interior h1 {
		color: #fff;
	}
	.biography-hero .photo-cell-interior {
		position: absolute;
		bottom: -130px;
		top: unset;
		height: 273px;
		width: 273px;
	}
	.biography-hero .photo-cell .photo-cell-interior::after {
		height: 273px;
		width: 273px;
		border: 3px solid #fff;
	}
}