.parent {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: none;
  padding-top: 2rem;
}

.popup {
  background: #235789;
  border:1px solid #235799;
  border-radius:3px;
  padding:10px;
  position:absolute;
  display:none;
  width: 90vw;
  max-width:500px;
  color: #f1d302;
  font-family: sans-serif;
  text-align: center;
}



.btw21wkmv_map_wrapper img {
  width: 100%;
  height: auto;
}
