
.mapObj{
    /*width: 100%;*/
    /*max-width: 1140px;*/
    height: auto;
    display: flex;
    width: calc(100% - 120px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    color: var(--primary-fade);
    padding-top: 20px;
    padding-bottom: 80px;
    box-sizing: border-box;
    outline: none;
}

.mapObj:focus {
  outline: none;
}

.map{
    width: 100%;
    height: 100%;
    flex-grow: 1;
    background-color: var(--primary-fade);
    aspect-ratio: 3 / 1;
}

.map .mapObj{
    height: 100%;
    width: 100%;
}

.gm-style iframe + div { border:none!important; }
