#synmap, #map-picker {
  position: relative;
  overflow: hidden;
}

#synmap::before, #map-picker::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 5;
  right: -100px;
  bottom: 0;
  box-shadow: inset 0 0 20px 0px #aaa;
  pointer-events: none;
}

#synmap i.fas {
  font-size: 70px;
  display: flex;
  align-items: flex-end;
}

#synmap i.fas div {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  padding-left: 8px;
}

#synmap i.fas div span {
  overflow: hidden;
  display: block;
  transition: all .3s;
  width: 0%;
}

#synmap i.fas.hover div span {
  width: 100%;
}
