.expert-profile img {
	max-width: 250px;
}

@media (max-width: 767px) {
	
    .expert-profile img {
        max-width: 100%;
    }
}