.sosna-map-embed {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.sosna-map-embed iframe {
  width: 100%;
  max-width: 1160px;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 320px;
  border: 0;
  display: block;
}

@supports not (aspect-ratio: 16 / 9) {
  .sosna-map-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .sosna-map-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
