.telcodata-map-page {
  margin: 0;
  padding: 0;
}

.telcodata-map {
  width: 100%;
  height: 350px;
  background: #e5e7eb;
}

.telcodata-map--embedded {
  width: 350px;
  max-width: 100vw;
}

.telcodata-map--large {
  width: 1024px;
  height: 768px;
  max-width: 100vw;
}

.telcodata-map--detail {
  width: 375px;
  height: 375px;
  max-width: 100%;
}

.sleuth-map .telcodata-map {
  height: 330px;
  border: 1px solid #aab5ba;
}

.leaflet-popup-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 760px) {
  .sleuth-map .telcodata-map {
    height: 280px;
  }
}
