/**
 * @file
 * Styling for views.
 */

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