.map__ctn{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.map{
	height: 400px;
}

.map__iframeWrapper {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
}

.map__iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 735px) {
    .map{
        height: 600px;
    }
}

.giveconsentplease {
    background-color: gray;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30;
}
.giveconsentplease__inner {
    text-align: center;
}
.giveconsentplease__inner--button {
    display: flex;
    background: #000000;
    color: var(--color-hl-inverted);
    border-radius: 4px;
    padding: 7px 20px;
    font: inherit;
    vertical-align: baseline;
    margin: 20px auto;
}
.giveconsentplease__inner--button span {
    margin-right: 10px
}