


#people figure figcaption h3 {
    color: rgb(221, 15, 23) !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.0em;
}

@media only screen and (min-width: 768px) {

	#people figure {
		width: 22vw;
		margin: 0 auto 5vw auto;
	}
	#people figure img {
		width: 20vw;
	}
}

@media only screen and (max-width: 768px) {

	#people figure {
		width: 82vw;
		margin: 0 auto 8vw auto;

		position: relative;
		left: -15px;
	}
	#people figure img {
		width: 80vw;
	}
}