	#hatch {
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
	}

	#hatch__firms {
		display: none;
		position: absolute;
		top: -25px;
		right: -100px;
		background: #fff;
		padding: 4px;
		border-radius: 4px;
		box-shadow: 0 0 20px -5px rgba(109, 111, 113, 0.8);
		cursor: default;
	}

	.hatch-firms__items {
		margin-bottom: 5px;
	}

	.hatch-firms__items__last {
		margin-bottom: 0;
	}

	#hatch__hotspot {
		display: none;
	}

	#hatch__firms img {
		display: block;
	}
