.fag-video-element-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
	margin-bottom: 2em;
}

.fag-video-element-container.fag-video-element-ratio-4-3 {
	padding-bottom: 75%; /* 4:3 */
}

.fag-video-element-container.fag-video-element-ratio-1-1 {
	padding-bottom: 100%; /* 1:1 */
}

.fag-video-element-plattform-no-valid-id {
	padding: 1em !important; 	
	height: auto;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.fag-video-element-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.fag-video-element-container .lightbox-mode img {
	width: 100%;
	height: auto;
}
