
.google-maps .google-maps-container .map {
    position:relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    background-color: #2d2d2d;
}
.google-maps .google-maps-container .map iframe,
.google-maps .google-maps-container .map img,
.google-maps .google-maps-container .map .youtube_click_wrapper{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.google-maps .google-maps-container .map .youtube_click_wrapper{
    cursor:pointer;
}


.google-maps .cookie-request {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;

}
.google-maps .cookie-request:before {
    background-color: rgba(40,40,40,0.8);
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.google-maps .cookie-request .cookie-request-content {
    position: absolute;
    z-index: 2;
    color: white;
    padding: 1rem;
    box-sizing: border-box;
}