.mapPanel {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #000;
}

.mapPanel .imageWrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1582 / 1104;
  overflow: hidden;
}

.mapPanel .imageWrapper > img {
  display: block;
  width: 100%;
  height: 100%;
}

.mapPanel .mapInfo {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid #000;
  border-collapse: collapse;
  table-layout: fixed;
  direction: rtl;
  font-size: 9px;
}
