.specialist-item-img-mobile{
	display: none;
	width: 100%;
	height: 100%;
}

.specialist-item-img-mobile img{
	width: 100%;
	height: 100%;
}

@media(max-width: 600px)
{
	.specialist-item-img-mobile{
		display: block;
	}
	.specialist-item-img.pc{
		display: none !important;
	}
}