.yibo_map {
  overflow: hidden;
  background: transparent;
}

.yibo_map-frame {
  width: 100%;
  height: clamp(260px, 24vw, 450px);
  overflow: hidden;
  border-radius: 10px;
  background: #e9ecef;
}

.yibo_map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
