.map-circular--portrait {
  display: inline-block;
  position: fixed;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.map-circular--portrait img {
  width: auto;
  height: 100%;
}

.map-info-driver {
  padding-top: 5px;
  padding-left: 45px;;
}

.destination-text {
  padding-top: 5px;
}
.location-icon {
  width: 25px;
  padding-left: 5px;
  padding-top: 15px;
}
