.yoober-parent {
	position: relative;
}
.yoober-parent > * {
	position: relative;
	z-index: 1;
}
.yoober-background {
	position: absolute !important;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0 !important;
}

.yoober-container {
	position: relative;
	overflow: hidden;
}

.yoober-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.yoober-video {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	z-index: 0
}

.yoober-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}