/* Media Consent */

.mediaconsent {
    position: relative;
    overflow: hidden;
	text-align: center;
	min-height: 300px;
}

.mediaconsent .frameZAW {
	min-height: 400px;
}

.mediaconsent iframe {
    position: relative;
    z-index: 1;
}

.mapsoverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.1);
    cursor: pointer;
	text-align: center;	
	/* display: table;
	width: 100%;
	height: 100%; */
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}

.mediaconsent > #frameZAW {
	height: 400px;
}

.cookie_only-this {
    background: #6c757d;
    color: #fff;
    border-radius: 3px;
    -webkit-appearance: none;
	padding: 11px 20px 10px;
	margin: 0 10px 0 0;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
}

div[data-type="maps"],
div[data-type="youtube"],
div[data-type="juicer"] {
	display: none;
}

.mapsoverlay div[data-type="maps"],
.mapsoverlay div[data-type="youtube"],
.mapsoverlay div[data-type="juicer"] {
	display: block;
	/* display: table-cell;
	vertical-align: middle;
	padding: 40px 0; */
}