.consent-query.show{
    width: 100%;
    padding-bottom: 50.25%;
    background:#666;
    position: relative;
}

.consent-query.show.show--100{
    padding-bottom: 100%;
}
.consent-query.show > *{
    position: absolute;
    z-index: 125;
}
.consent-query.show > iframe{
    display: none;
}
.consent-query .consent-query__text button{
    cursor: pointer;
}
.consent-query .consent-query__text{
    display: none;
    color: #000;
    text-align: center;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.consent-query.show .consent-query__text{
    display: block;
}
.consent-query .consent-query__text button{
    background: #c90223;
    border: none;
    color: #ffffff;
    padding: 5px 10px;
    z-index: 1010;
}
.map-finder > .consent-query.show{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-bottom: 0;
}
@media (max-width: 767px){
    .map-finder > .consent-query.show{
        position: relative;
        padding-bottom: 75%;
    }
}
.video > .consent-query.show{
    padding-bottom: 56.25%;
    position: absolute;
    top: 0;
    left: 0;
}

.consent-query.show ~ *{
    display: none !important;
}
