.container.mapa-sidlo-firmy {
    padding-left: 0;
    padding-right: 0;
    margin-top: calc(var(--container-margin-bottom) * -1);
}

.mapa-sidlo-firmy iframe {
    width: 100%;
    height: 480px;
}

/* Mobil: použít poměr stran 16:9 */
@media (max-width: 767px) {
  .mapa-sidlo-firmy iframe {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}