section.map {
    position: relative;
}

section.map .maincontainer {
    position: relative;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

section.map .logo-footer {
    width: 150px;
    height: auto;
    margin-bottom: 25px;
    /*display: none;*/
}

section.map .map-place {
    position: absolute;
    height: 100%;
    width: 100%;
}

section.map .info {
    position: relative;
    max-width: 100%;
    background: rgba(255, 255, 255, .75);
    padding: 25px;
    pointer-events: auto;
    font-size: 0.9em;
    box-sizing: border-box;
    width: 350px;
}

section.map .info p {
    line-height: 16pt
}

