.mapmarker {
  // attributes
  // &::psuedo elements
  // elements
  // .module-x-selector
  // &:psuedo
  // &.module-is-state
  // @media selectors

  //background: $color-interactive2;
  //border: ($gridspacing / 2) solid $color-light1;
  //border-radius: 100%;
  //box-shadow: 0 10px 20px 0 rgba($color-dark1, 0.2);
  //height: $gridspacing * 3;
  //width: $gridspacing * 3;

  a {
    position: absolute;
    top: -4px;
    bottom: -4px;
    right: -4px;
    left: -4px;
  }
}

.mapmarker-hs {
  //background: #4464e2;
}
