.fag-video-element-container:not(:empty) {
	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:not(:empty) { 
	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-plattform-native {
	position: relative;
	overflow: hidden;
}

.fag-video-element-plattform-native	video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 100%;
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

.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;
}
