.team-photo-wrapper {
	display: flex !important;
	flex-direction: column;
}

.team-text-wrapper {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	height: 100%;
}

.team-photo-wrapper .image {
	transition: all 0.3s;
	width: 100%;
}

.team-photo-wrapper:hover .image {
	filter: grayscale(0) !important;
}

@media screen and (min-width: 600px) {
	.team-photo-wrapper .image {
		filter: grayscale(1) contrast(1.1);
	}
}
