.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
    padding-bottom: 0px;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}


.margin-30 {
	margin-top: 30px;
	margin-bottom: 60px;
}

.embed-responsive-map {
	padding-bottom: 66%;
	background:url('/_themes/01/images/map-bg-blurred.jpg');
}


.iframe-consent-info-container {
position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.3);
    /*overflow-y: auto;*/
	padding: 20%;
}

.embed-responsive-map .iframe-consent-info-container {
	background-color: transparent;
}

.iframe-consent-info {
	/*margin-top:50px;*/
	margin-left:auto;
	margin-right:auto;
	padding:20px;
/*	width:80%;*/
	background-color:rgb(255,255,255,0.8);
}

@media (max-width: 480px) {
	.iframe-consent-info-container { 
		padding: 20px;
		line-height: 1.2em;
	}
	
	.iframe-consent-info {
		padding: 10px;
	}
	
	p {
		margin-bottom: 0;
	}
	
}


@media (max-width: 320px) {
	.iframe-consent-info-container { 
		padding: 0;
		line-height: 1.1em;
	}
	
	.iframe-consent-info {
		padding: 10px;
	}
	
	p {
		margin-bottom: 0;
	}
	
}

