.map-container {
  width: 100%;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
}

#yamap-constructor {
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  .map-container {
    height: 240px;
  }
}