iframe {
  display: inline-block;
}

.video-wall {
  position: relative;
  text-align:left;
  font: 400 1em/1.46 'Special Elite', cursive;
  color: #fff;
  display: inline-block;
  min-height: 20.5em;
  width: 48%;
  margin: 0;
  background-color: #000;
  padding: 10px 0 10px 1.2%;
}

.video-wall div {
  position: absolute;
  width: calc(100% - 1.2em);
  top: 3em;
  bottom: 7em;
  overflow-y: auto;
  scrollbar-base-color:#eee;
}

.ausstellung .content .video-wall p {
    font-size: 1em;
    line-height: 1.6em;
  	margin: 0 0 0.5em;
  	text-align:left;
	padding: 0 4px 4px 0;
}

.video-wall strong {
  	display: block;
	font-family: 'Special Elite', cursive;
    font-weight: bold;
  	text-align: left;
  	font-size: 1.2em;
    line-height: 1.2em;
  	margin: 0;
	padding: 0 0 8px 0;
}

.ausstellung .content .video-wall p a:link, .ausstellung .content .video-wall p a:hover, .ausstellung .content .video-wall p a:active, .ausstellung .content .video-wall p a:visited, .ausstellung .content .video-wall a:link, .ausstellung .content .video-wall a:hover, .ausstellung .content .video-wall a:active, .ausstellung .content .video-wall a:visited {
	font-family: 'Special Elite', cursive;
    color: #ccc;
}

.ausstellung .content .video-wall p a:hover {
    text-decoration: underline;
    background-color:#000;
}

.video-wall a {
  	color: #ccc;
}

.video-wall .video-link {
  	display: block;
  	white-space: nowrap;
  	font-size: 0.8em;
  	margin: 0;
  	position: absolute;
  	left: 5%;
  	transform: translateX(-5%);
  	bottom: 1em;
}

.video-wall button {
  	-webkit-appearance: none;
  	cursor: pointer;
  	color: #000;
  	font: 700 1.2em/1.2 'Special Elite', cursive;
  	display: block;
  	width: 40%;
  	height: 2.4em;
  	border: 0 none;
  	padding: 2px 0 0 3.5em;
  	text-align: left;
  	margin: 0;
  	position: absolute;
  	left: 4%;
  	transform: translateX(-4%);
  	bottom: 2.5em;
  	background-color: #fff;
    background-image: url(../images/layout/bg_video_disclaimer_off.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: auto 80%;
  	transition: background-color 0.3s;
  	transition: background-image 0.3s;
  	transition: color 0.3s;
}

.video-wall button:hover {
  	color: #fff;
  	background-color: #666;
	background-image: url(../images/layout/bg_video_disclaimer_on.png);
}


/* Smartphones (portrait and landscape) ----------- */

@media screen and (max-width: 768px) {

.video-wall {
  min-height: 16em;
}

.video-wall div {
  	width: calc(100% - 0.9em);
}

.ausstellung .content .video-wall p {
    font-size: 0.8em;
    line-height: 1.6em;
	padding: 0 12px 4px 0;
}

.video-wall strong {
  	font-size: 0.8em;
}

.video-wall .video-link {
  	font-size: 0.8em;
  	left: 16%;
  	transform: translateX(-16%);
  	bottom: 1em;
}

.video-wall button {
  	font: 700 1.1em/1.1 'Special Elite', cursive;
  	width: 68%;
  	bottom: 2.5em;
  	padding: 2px 0 0 3em;
  	left: 10%;
  	transform: translateX(-10%);
    background-position: 6px center;
}

}


