body .leaflet-popup-content {
  width: 80px;
  height: 60px;
}


body .leaflet-popup-content img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}