.leaflet_divi_map_module .et_pb_module_inner {
	height: 100%;
}

.leaflet_divi_map_module .leaflet-divi-map__wrap {
  	width: 100%;
	height: 100%;
}

.leaflet_divi_map_module .leaflet-divi-map__canvas {
  	width: 100%;
	height: 100%;
  	min-height: 300px;
  	overflow: hidden;
}

.leaflet_divi_map_module .leaflet-bottom.leaflet-right {
	display: none;
}