.marker {
    background-color: blueviolet;
    background-size: cover;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
  }
  .infobox-columns{
    width:180px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .infobox-column-1{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;;
    background-color: rgba(0,0,0,0.1);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .infobox-column-1 img{
      height: 100%;
      object-fit: cover;
  }
  .infobox-column-2{
    width: 120px;
}
.infobox-columns h3{
    margin: 0 0 0.5em 0
}
.infobox-columns p{
    margin: 0;
    line-height: 1.25;
}
.mapboxgl-popup-close-button{
    display: none;
}
.mapboxgl-popup-content a,
.mapboxgl-popup-content a:focus,
.mapboxgl-popup-content a:active{
    outline: 0;
    color: black;
    text-decoration: none;
}