.map-ratio {

    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 0px;
}

.map-ratio * {
    box-sizing: border-box;
}

.map-ratio::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 110%;
}

@media (min-width: 768px) {
    .map-ratio {
        margin-top: 0px;
    }
    .map-ratio::before {
        padding-top: 30%;
    }
}

.map-ratio iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}

.map-ratio > div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-ratio .consent {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/dummy_map.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.map-ratio .consent-inner {
    padding: 40px;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.5);
}

.map-ratio .consent-inner h6 {
    font-size: 16px;
    line-height:1;
    text-transform:none;
    font-weight: 700;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
}

.map-ratio .consent-inner p {
    font-size: 16px;
    line-height:1;
    text-transform:none;
    font-weight: 400;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
}

.map-ratio .consent-inner button {
    padding: 10px 18px;
    font-size: 14px;
    background-color: #A20607;
}
