@media (max-width: 575px) {
    .team-image-container {
    	width: 100%;
    	max-width: 100%;
    }
    .team-image {
    max-width: 100%;
		}
}