.fcf-vue-map-container {
  position: relative;
  min-height: 250px; }
  .fcf-vue-map-container .fcf-vue-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #0DA7D6; }
