.vcx-widget-header-video {
	position: relative;
	max-width: 765px;
	margin-left: auto;
	margin-right: auto;
}

.vcx-widget-header-video .ux-fb-video-container {
	position: relative;
	border: 1px solid #f3f3f3;
	min-height: 140px;
}

.vcx-widget-header-video .ux-video-container.loading:before {
	content:'\f110';
	display:block;
	font-family:fontawesome;
	position: absolute;
	font-size: 32px;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	animation: 2s linear 0s normal none infinite running uk-rotate;
	z-index: 1;
	color: #ccc;
}

.vcx-widget-header-video.ux-style-hero {
	max-width: 940px;
}

.vcx-widget-header-video .ux-drag-item {
	position: relative;
}

.vcx-widget-header-video .ux-placeholder,
.vcx-widget-header-video .ux-protection,
.vcx-widget-header-video .ux-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.vcx-widget-header-video.ux-edit .ux-protection {
	display: none;
}

.vcx-widget-header-video .ux-placeholder {
	background: url(images/logo.png) no-repeat center center #fafafa;
}

.vcx-widget-header-video .ux-protection {
	background-color: #fff;
	display: block;
	border: 1px solid #eee;
	background: url(../../css/images/ux-protection-th.png) no-repeat center center #fff;
}

.vcx-widget-header-video.en .ux-protection {
	background: url(../../css/images/ux-protection-en.png) no-repeat center center #fff;
}

.vcx-widget-header-video .ux-iframe-wrapper {
	position: relative;
	padding-top: 0px;
	height: 0;
}

.vcx-widget-header-video .ux-iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vcx-widget-header-video > a.remove {
	position: absolute;
	top: 15px;
	right: 43px;
	width: 22px;
	height: 22px;
	background: url(../../css/images/graphite_btn_remove.png);
	z-index: 1;
}

.vcx-widget-header-video > a.edit:not(.setting) {
	position: absolute;
	top: 12px !important;
	right: 40px !important;
	width: 22px;
	height: 22px;
	background: url(../../css/images/graphite_btn_edit.png);
	z-index: 1;
}