.team-member {
	width: 100%;
}

@media (min-width: 1024px) {

	.team-member {
		width: auto;
		flex: 0 0 480px;
	}

}
