/**
 * @file
 * Styling for mapy.cz frontend.
 */

.mapycz-map > div {
  /* HOTFIX - Otherwise maps are invisible small on FE. */
  width: 100% !important;
  z-index: 9;
}
