.leaflet-bar a,
  .leaflet-control-layers-toggle-3 {
	  background-position: 50% 50%;
	  background-repeat: no-repeat;
	  display: block;
	  }
  
  .leaflet-control-layers-toggle-3 {
	background-image: url(../../../../images/icons8-people-48.png);
	width: 36px;
	height: 36px;
  }

  .leaflet-retina .leaflet-control-layers-toggle-3 {
	background-image: url(../../../../images/icons8-people-48.png);
	background-size: 26px 26px;
  }
  
  .leaflet-touch .leaflet-control-layers-toggle-3 {
	width: 44px;
	height: 44px;
  }
  
  .leaflet-control-layers-expanded .leaflet-control-layers-toggle-3 {
	display: none;
  }

/*.leaflet-control-layers-2.leaflet-control-layers-expanded{
	background-color:yellow;
	max-width:190px;
}*/