.location-menu-icon {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--teal-blue);
	border: 1px solid var(--dark-blue);
	border-radius: 100%;
	flex: 0 0 40px; /* can't grow, can't shrink, fixed at 290px */
	width: 40px !important;
	height: 40px !important;
	display: inline;
	position: relative;
	margin-right: 15px;
}
