@media (min-width: 768px) {
	.profile-boxes .profile-box img {
		width: 54px !important;
	}	
}
@media (min-width: 992px) {
	.profile-boxes .profile-box img {
		width: 91px !important;
	}
}
@media (min-width: 1200px) {
	.profile-boxes .profile-box img {
		width: 116px !important;
	}	
}